diff --git a/Makefile b/Makefile index 00738dc..c86f686 100644 --- a/Makefile +++ b/Makefile @@ -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