This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
shuhi
/
shuhi-app
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
b56b82d024
Branches
Tags
master
shuhi-app
/
node_modules
/
commander
/
Makefile
Makefile
80 B
Verlauf
Originalformat
1
2
3
4
5
6
7
TESTS = $(shell find test/test.*.js)
test:
@./test/run $(TESTS)
.PHONY: test