pad.libre-service.eu-etherpad/Makefile

9 lines
126 B
Makefile
Raw Normal View History

2011-04-07 19:42:50 +02:00
.PHONY: all debug tests
all:
@cd bin && bash run.sh
debug:
@cd bin && bash runDebug.sh
tests:
@cd bin && bash runTests.sh