plex-web-downloader/node_modules/cluster/Makefile

8 lines
76 B
Makefile

test:
@./test/run
test-debug:
@./test/run debug
.PHONY: test test-debug