Merge pull request #52 from Mr-Kumar-Abhishek/dev
Minor patches to handle binaries in the repo
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ examples/lispy
|
|||||||
examples/maths
|
examples/maths
|
||||||
examples/smallc
|
examples/smallc
|
||||||
examples/foobar
|
examples/foobar
|
||||||
|
examples/tree_traversal
|
||||||
|
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