This commit is contained in:
ge
2024-11-03 14:32:04 +03:00
commit 493d23c2f3
17 changed files with 1662 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
all: build
build:
v -o habraview src
prod:
v -o habraview -prod -cc clang -compress src