Change make cleanup to more conventional make clean

This commit is contained in:
Michael Martin 2016-01-23 21:51:21 -08:00
parent 0b99475ead
commit 4c56782718
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ y.tab.c y.tab.h: macross_$(PROC).y
y.output: macross_$(PROC).y
$(YACC) -vd macross_$(PROC).y
cleanup:
clean:
/bin/rm -f *.o y.output y.tab.c y.tab.h macross
love: