This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
shuhi
/
shuhi-app
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
e596ecad4f
Rami (Branch)
Tag
master
shuhi-app
/
node_modules
/
commander
/
Makefile
Makefile
80 B
Cronologia
Originale
1
2
3
4
5
6
7
TESTS = $(shell find test/test.*.js)
test:
@./test/run $(TESTS)
.PHONY: test