Files
mop3/make/ufuncs.mk
kamkow1 ea6f13397e
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m32s
Generic lib.mk makefile for building libraries
2026-02-13 16:34:02 +01:00

9 lines
142 B
Makefile

define add_lib
ldflags += -L ../$(1)/build -l:$(1).a
cflags += -isystem ../$(1)
endef
define add_include
cflags += -isystem ../$(1)
endef