From e032b410b2a74578c9865dddcd9f1f826133082a Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Wed, 4 May 2016 10:32:02 +0530 Subject: [PATCH] Remove foobar and tree_traversal too while doing 'make clean' --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f3cca0..9a45c77 100644 --- a/Makefile +++ b/Makefile @@ -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