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)