10 lines
144 B
Makefile
10 lines
144 B
Makefile
all:
|
|
git describe > version.txt
|
|
go build -v
|
|
|
|
clean:
|
|
rm version.txt
|
|
go clean -i -cache -testcache
|
|
|
|
install:
|
|
install dummy ${DESTDIR}/wmdummy
|