Files
wingmate/cmd/wingmate/Makefile
Suyono 1926598c0f wip: feat(task): defined concrete type for user group
wip: feat(version): added placeholder file + update gitignore
wip: chore: removed unnecessary files
2024-01-11 13:13:33 +11:00

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