This commit is contained in:
Gustav Louw 2018-03-30 15:53:38 -07:00
parent cca0b71032
commit 31031c8da3

View File

@ -52,6 +52,7 @@ clean:
$(RM) vgcore.* $(RM) vgcore.*
$(RM) cachegrind.out.* $(RM) cachegrind.out.*
$(RM) callgrind.out.* $(RM) callgrind.out.*
$(RM) saved.tinn
$(RM) $(BIN) $(RM) $(BIN)
$(RM) $(SRCS:.c=.o) $(RM) $(SRCS:.c=.o)
$(RM) $(SRCS:.c=.d) $(RM) $(SRCS:.c=.d)