From 4c56782718c9868a65872335e7247c703e245b17 Mon Sep 17 00:00:00 2001 From: Michael Martin Date: Sat, 23 Jan 2016 21:51:21 -0800 Subject: [PATCH] Change make cleanup to more conventional make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 753b9a4..aaf1092 100644 --- a/Makefile +++ b/Makefile @@ -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: