8 lines
98 B
Makefile
8 lines
98 B
Makefile
all:
|
|
go build -v
|
|
|
|
clean:
|
|
go clean -i -cache -testcache
|
|
|
|
install:
|
|
install exec ${DESTDIR}/wmexec
|