Commit Diff


commit - 53884ec00adf7fa7e8a62b41b589a95892d34b2b
commit + ec5c5ced4a067647c94c6e1cbc7fe333e3a37c4b
blob - bf7836ced797115f8b13bf598d2e8fe1ad4fc22a
blob + 89f75f6b3c9d0b08d7c1a350839326c22b5937fe
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@
 # all.
 TESTS=
 
-.PHONY: all static clean regress install
+.PHONY: all static clean cleanall regress install
 
 all: Makefile.local gmid gg TAGS compile_flags.txt
 
@@ -33,6 +33,8 @@ TAGS: ${SRCS}
 clean:
 	rm -f *.o compat/*.o y.tab.c y.tab.h y.output gmid
 	rm -f compile_flags.txt
+
+cleanall: clean
 	${MAKE} -C regress clean
 
 regress: gmid