urchin/Makefile

9 lines
112 B
Makefile
Raw Normal View History

2016-04-04 17:07:29 -04:00
.PHONY: test install
test:
./urchin tests
./urchin -s sh -v ./cross-os-tests
2016-04-04 17:07:29 -04:00
install:
cp ./urchin /usr/bin