Mercurial
view Makefile @ 0:8376aa48453d main tip
Initial commit with bare code
| author | luxanna <l.lux@magenta.de> |
|---|---|
| date | Wed, 13 May 2026 22:02:23 +0200 |
| parents | |
| children |
line wrap: on
line source
TARGET=hg-wolp build: mkdir -p bin hare build -o bin/${TARGET} -ltermbox cmd/"${TARGET}.ha" clean: rm -rf bin
