summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLukas Martini <lukas.martini@unionhost.de>2011-04-07 19:42:50 +0200
committerLukas Martini <lukas.martini@unionhost.de>2011-04-07 19:42:50 +0200
commitfed33e76faee50e197fdf82216fe5b69cecc0407 (patch)
treee0c6a8695ec2d06e9e676a6f58f046c4cfcd6f48 /Makefile
parenta15f3426d486833bcb2fc9752714aa64def91a0d (diff)
downloadetherpad-lite-fed33e76faee50e197fdf82216fe5b69cecc0407.zip
Adding Makefile for easier execution
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..e236a127
--- /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