mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Adding Makefile for easier execution
This commit is contained in:
parent
a15f3426d4
commit
fed33e76fa
1 changed files with 8 additions and 0 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -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
|
Loading…
Reference in a new issue