Files
some-cli/Makefile
Matthew Bessette 3629cb7243 initial
2025-03-15 20:56:50 -04:00

8 lines
100 B
Makefile

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