Merge pull request #52 from Mr-Kumar-Abhishek/dev

Minor patches to handle binaries in the repo
This commit is contained in:
Daniel Holden
2016-05-04 10:44:15 +01:00
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ examples/lispy
examples/maths
examples/smallc
examples/foobar
examples/tree_traversal

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