Makefile: make clean now work without javac.last

master
Pablo Castellazzi 2012-06-14 07:26:36 -03:00
parent 8f912463d6
commit 086f035406
1 changed files with 11 additions and 11 deletions

View File

@ -172,8 +172,8 @@ $(EXE): $(MAG)
clean:
-ant clean
-rm $(BUILD)/javac.last
-rm $(MAG)
-rm -f $(BUILD)/javac.last
-rm -f $(MAG)
jar: $(MAG)
$(JAVA) -jar $^