This commit is contained in:
ge
2024-11-03 16:55:43 +03:00
parent 493d23c2f3
commit 038d8d0859
6 changed files with 54 additions and 25 deletions

View File

@ -1,7 +1,2 @@
all: build
build:
v -o habraview src
prod:
v -o habraview -prod -cc clang -compress src
bin:
v -prod -cflags -static -d habraview_version=$$(git describe --tags) .