mirror of
1
0
Fork 0

Updated makefile and gitignore

This commit is contained in:
Stephen Cochrane 2020-05-05 19:41:56 +02:00
parent 0b0159f568
commit 42bdd5abd7
2 changed files with 7 additions and 0 deletions

6
.gitignore vendored
View File

@ -1,3 +1,9 @@
# Our stuff
*.swp
test
bin/
obj/
# Prerequisites
*.d

View File

@ -12,5 +12,6 @@ install:
mkdir -p bin
clean:
rm -rf test
rm -rf bin
rm -rf obj