Adding Makefile for easier execution

This commit is contained in:
Lukas Martini 2011-04-07 19:42:50 +02:00
parent a15f3426d4
commit fed33e76fa
1 changed files with 8 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
.PHONY: all debug tests
all:
@cd bin && bash run.sh
debug:
@cd bin && bash runDebug.sh
tests:
@cd bin && bash runTests.sh