Merge pull request #16 from carenas/master

gitignore and makefile for building with cabal and make
This commit is contained in:
koalaman 2013-11-03 13:51:13 -08:00
commit 020850dbbb
2 changed files with 7 additions and 1 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
*.hi
*.o
.tests
jsoncheck
shellcheck
dist

View File

@ -18,6 +18,6 @@ jsoncheck: regardless
./test/runQuack && touch .tests
clean:
rm -f .tests shellcheck jsoncheck *.hi *.o ShellCheck/*.hi ShellCheck/*.o
rm -f .tests dist shellcheck jsoncheck *.hi *.o ShellCheck/*.hi ShellCheck/*.o
regardless: