wip: feat(version): added placeholder file + update gitignore wip: chore: removed unnecessary files
11 lines
160 B
Makefile
11 lines
160 B
Makefile
all:
|
|
git describe > version.txt
|
|
go build -v
|
|
|
|
clean:
|
|
echo "dev" > version.txt
|
|
go clean -i -cache -testcache
|
|
|
|
install:
|
|
install wingmate ${DESTDIR}/wingmate
|
|
|