mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
8 lines
126 B
Makefile
8 lines
126 B
Makefile
.PHONY: all debug tests
|
|
|
|
all:
|
|
@cd bin && bash run.sh
|
|
debug:
|
|
@cd bin && bash runDebug.sh
|
|
tests:
|
|
@cd bin && bash runTests.sh
|