Files
swiftpm-stencil/Makefile
2016-02-08 13:47:52 +00:00

8 lines
116 B
Makefile

stencil:
@echo "Building Stencil"
@swift build
test: stencil
@echo "Running Tests"
@.build/debug/spectre-build