10 lines
158 B
Makefile
10 lines
158 B
Makefile
all:
|
|
git describe > version.txt
|
|
go build -v
|
|
|
|
clean:
|
|
echo "dev" > version.txt
|
|
go clean -i -cache -testcache
|
|
|
|
install:
|
|
install starter ${DESTDIR}/wmstarter
|