Files
dotify/Makefile

9 lines
74 B
Makefile

build:
./build.sh
test: build
test/run.sh
.SILENT:
.PHONY: build test