Files
url-shortener/Makefile
Elias Renman c39af75112 first commit
2025-03-16 21:54:32 +01:00

8 lines
137 B
Makefile

.PHONY: run
run: web/dist
cargo run
web/dist: $(shell find web/src -type f) web/bun.lock
@cd web && bun run build
# @touch web/build