Remove foobar and tree_traversal too while doing 'make clean'
This commit is contained in:
3
Makefile
3
Makefile
@@ -20,4 +20,5 @@ examples/%: examples/%.c mpc.c
|
|||||||
$(CC) $(CFLAGS) $^ -lm -o $@
|
$(CC) $(CFLAGS) $^ -lm -o $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf test examples/doge examples/lispy examples/maths examples/smallc
|
rm -rf test examples/doge examples/lispy examples/maths examples/smallc \
|
||||||
|
examples/foobar examples/tree_traversal
|
||||||
|
Reference in New Issue
Block a user