refactor: removed custom error type; greatly increased internal api
This commit is contained in:
parent
9aebb3bedc
commit
c8191a19e1
5 changed files with 54 additions and 119 deletions
6
Makefile
6
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue