Files
dotify/Makefile

9 lines
72 B
Makefile

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