use \a instead of \t for NO_OUTPUT

master
melvin 2013-07-17 13:31:42 +08:00
parent 7445dbe281
commit 2d1827fd73
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ BUILD=build
SRC=$(shell find src -iname *.java)
MAG:=release/Magarena.jar
EXE:=release/Magarena.exe
NO_OUTPUT:=awk 'BEGIN{RS="\t"}{print; exit 1}'
NO_OUTPUT:=awk 'BEGIN{RS="\a"}{print; exit 1}'
all: tags $(MAG) $(EXE)