Browse Source

always update tags file when compiling

main
cinnaboot 4 years ago
parent
commit
dcbd5bc21d
  1. 1
      Makefile

1
Makefile

@ -44,6 +44,7 @@ tests: $(TEST_BIN)
tags: tags:
@ctags -R --exclude=ext/imgui/* --exclude=ext/tangerine/ext/* @ctags -R --exclude=ext/imgui/* --exclude=ext/tangerine/ext/*
.PHONY: tags
mkdirs: mkdirs:
@-mkdir -p ./bin ./build @-mkdir -p ./bin ./build

Loading…
Cancel
Save