This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
shuhi
/
shuhi-app
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
b56b82d024
Ramas
Etiquetas
master
shuhi-app
/
node_modules
/
commander
/
Makefile
Makefile
80 B
Histórico
Raw
1
2
3
4
5
6
7
TESTS = $(shell find test/test.*.js)
test:
@./test/run $(TESTS)
.PHONY: test