Files
elprice/Makefile
T
2026-02-14 13:56:55 +01:00

18 lines
168 B
Makefile

clean:
rm -rf target
run:
clj -M:dev -e "(dev-prep!) (go)" -r
repl:
clj -M:dev:nrepl
tailwind:
npm run css:watch
test:
clj -M:test
uberjar:
clj -T:build all