Add target clean

This commit is contained in:
hjp 2016-07-05 19:42:18 +00:00
parent 3ef0c01ff0
commit 9fa521b60c
1 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,6 @@ collatz:
collatz2: collatz2.o collatz2: collatz2.o
$(CC) -o $@ $^ -lm $(CC) -o $@ $^ -lm
clean:
rm -f collatz collatz2 collatz3 modf *.o core