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)