mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
9 lines
126 B
Makefile
9 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
|