some-cli/Makefile

8 lines
100 B
Makefile

build:
amber build src/index.amber bin/some-cli
clean:
rm -rf bin
mkdir bin
touch bin/.githold