8 lines
116 B
Makefile
8 lines
116 B
Makefile
stencil:
|
|
@echo "Building Stencil"
|
|
@swift build
|
|
|
|
test: stencil
|
|
@echo "Running Tests"
|
|
@.build/debug/spectre-build
|