8 lines
73 B
Makefile
8 lines
73 B
Makefile
|
|
|
|
erm: cmd/**/* app/**/*
|
|
go build -o erm ./cmd/erm
|
|
|
|
clean:
|
|
rm darktile
|