8 lines
100 B
Makefile
8 lines
100 B
Makefile
all:
|
|
go build -v
|
|
|
|
clean:
|
|
go clean -i -cache -testcache
|
|
|
|
install:
|
|
install dummy ${DESTDIR}/wmdummy
|