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