diff --git a/Makefile b/Makefile deleted file mode 100644 index e236a127f..000000000 --- a/Makefile +++ /dev/null @@ -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