erm/Makefile
2023-01-15 20:18:08 -06:00

8 lines
73 B
Makefile

erm: cmd/**/* app/**/*
go build -o erm ./cmd/erm
clean:
rm darktile