Added manpage to clean target

This commit is contained in:
buffet 2018-11-06 15:04:16 +01:00
parent bcde0ff56e
commit 834d842936

View file

@ -50,5 +50,6 @@ clean:
$(RM) $(DEPS) $(RM) $(DEPS)
$(RM) $(OBJ) $(RM) $(OBJ)
$(RM) $(TARGETS) $(RM) $(TARGETS)
$(RM) $(MANTARGET)
-include $(DEPS) -include $(DEPS)