summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLukas Martini <lukas.martini@unionhost.de>2011-04-07 19:51:18 +0200
committerLukas Martini <lukas.martini@unionhost.de>2011-04-07 19:51:18 +0200
commitde967c1cd5e186f19caacb35ff471f8aa62a877c (patch)
treee29be82488ca50ebe5ff9a38202801fb74898228 /Makefile
parent81e13700edba9e78852ff13166db2af44036dd47 (diff)
downloadetherpad-lite-de967c1cd5e186f19caacb35ff471f8aa62a877c.zip
Revert "Adding Makefile for easier execution"
This reverts commit fed33e76faee50e197fdf82216fe5b69cecc0407.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index e236a127..00000000
--- 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