make clean rm's ALL_PROGRAMS

pull/5/head
Tom Early 8 years ago
parent 143637a6e2
commit 1feb7cd1bf

@ -76,7 +76,7 @@ qnvoice : QnetVoice.o Random.o
.PHONY: clean
clean:
$(RM) $(OBJS) $(DEPS) $(PROGRAMS)
$(RM) $(OBJS) $(DEPS) $(ALL_PROGRAMS)
-include $(DEPS)

Loading…
Cancel
Save

Powered by TurnKey Linux.