Generic lib.mk makefile for building libraries
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m32s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m32s
This commit is contained in:
@@ -2,3 +2,7 @@ define add_lib
|
||||
ldflags += -L ../$(1)/build -l:$(1).a
|
||||
cflags += -isystem ../$(1)
|
||||
endef
|
||||
|
||||
define add_include
|
||||
cflags += -isystem ../$(1)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user