From 1feb7cd1bfb2ee7f4a92e487b1ae5ecbcd03dc6c Mon Sep 17 00:00:00 2001 From: Tom Early Date: Fri, 13 Jul 2018 06:38:19 -0700 Subject: [PATCH] make clean rm's ALL_PROGRAMS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6511ff7..6b046e8 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ qnvoice : QnetVoice.o Random.o .PHONY: clean clean: - $(RM) $(OBJS) $(DEPS) $(PROGRAMS) + $(RM) $(OBJS) $(DEPS) $(ALL_PROGRAMS) -include $(DEPS)