Remove foobar and tree_traversal too while doing 'make clean'

This commit is contained in:
Abhishek Kumar
2016-05-04 10:32:02 +05:30
parent 258cf5002b
commit e032b410b2

View File

@@ -20,4 +20,5 @@ examples/%: examples/%.c mpc.c
$(CC) $(CFLAGS) $^ -lm -o $@
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