diff --git a/collatz/GNUmakefile b/collatz/GNUmakefile index 8eb0511..a4c30a5 100644 --- a/collatz/GNUmakefile +++ b/collatz/GNUmakefile @@ -5,3 +5,6 @@ collatz: collatz2: collatz2.o $(CC) -o $@ $^ -lm + +clean: + rm -f collatz collatz2 collatz3 modf *.o core