make clean omits .log (none generated) and binary exec

This commit is contained in:
- 2022-02-08 19:32:36 -08:00
parent 41e6be61e7
commit 7bfa64ca81

View File

@ -19,4 +19,4 @@ testcolor: src/colors.c src/tcolor.c
gcc src/colors.c src/tcolor.c -o tcolor -I"includes" -g
clean:
rm *.o *.log $(BIN)
rm *.o