From ec5c5ced4a067647c94c6e1cbc7fe333e3a37c4b Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sun, 2 Jan 2022 11:49:48 +0000 Subject: [PATCH] make clean: don't clean regress, add cleanall for that --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bf7836c..89f75f6 100644 --- a/Makefile +++ b/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