From a2b9e0a1b3754096bb62ce895dfaafa9d36ae060 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sun, 9 Sep 2018 12:31:32 -0700 Subject: [PATCH] gch in make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9f26bd..7f31f11 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ qnvoice : QnetVoice.o Random.o .PHONY: clean clean: - $(RM) $(OBJS) $(DEPS) $(ALL_PROGRAMS) + $(RM) $(OBJS) $(DEPS) $(ALL_PROGRAMS) *.gch -include $(DEPS)