refactor: removed custom error type; greatly increased internal api

This commit is contained in:
Jef Roosens 2023-01-05 11:52:07 +01:00
parent 9aebb3bedc
commit c8191a19e1
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
5 changed files with 54 additions and 119 deletions

View file

@ -1,6 +1,6 @@
# =====CONFIG=====
V_PATH ?= v
V := $(V_PATH) -showcc
V := $(V_PATH) -showcc -d use_openssl
all: vdocker
@ -10,6 +10,10 @@ all: vdocker
vdocker:
$(V) -g -shared .
.PHONY: c
c:
$(V) -o docker.c .
# =====DOCS=====
.PHONY: api-docs