Skip to content

Commit

Permalink
Remove foobar and tree_traversal too while doing 'make clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Kumar-Abhishek committed May 4, 2016
1 parent 258cf50 commit e032b41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e032b41

Please sign in to comment.