only generate tags for files in src

master
melvin 2012-03-10 17:59:23 +08:00
parent 177c41ea21
commit 348d61a680
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ $(BUILD)/javac.last: $(SRC)
touch $@
tags: $(SRC)
ctags -R .
ctags -R src
.Test%: $(MAG)
$(JAVA) -DtestGame=Test$* -jar $^