mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 01:56:39 +00:00
9 lines
72 B
Makefile
9 lines
72 B
Makefile
build:
|
|
./build.sh
|
|
|
|
test: build
|
|
./test.sh
|
|
|
|
.SILENT:
|
|
.PHONY: build test
|