All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
5 lines
88 B
Makefile
5 lines
88 B
Makefile
define add_lib
|
|
ldflags += -L ../$(1)/build -l:$(1).a
|
|
cflags += -isystem ../$(1)
|
|
endef
|