Add target clean
This commit is contained in:
parent
3ef0c01ff0
commit
9fa521b60c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue