Revert "Adding Makefile for easier execution"

This reverts commit fed33e76fa.
This commit is contained in:
Lukas Martini 2011-04-07 19:51:18 +02:00
parent 81e13700ed
commit de967c1cd5

View file

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