This commit is contained in:
ge
2024-10-20 07:07:47 +03:00
commit a836916098
13 changed files with 661 additions and 0 deletions

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
PT_VERSION ?= 0.0.1
all: prod
dev:
v -o pt src/
prod:
v -prod -cc gcc -cflags -static -o pt src/ \
-d pt_version=$(PT_VERSION) \
-d pt_piddir=pt \
-d pt_max_recursion_depth=10 \
-d pt_default_config_file=~/.ptrc