example_plugin: Update to use the new config api

This commit is contained in:
Maschell
2023-12-02 21:20:23 +01:00
parent ba3cd165dd
commit 4d9f28c1ae
2 changed files with 117 additions and 39 deletions

View File

@@ -96,7 +96,7 @@ export LIBPATHS := $(foreach dir,$(LIBDIRS),-L$(dir)/lib)
all: $(BUILD)
$(BUILD):
@[ -d $@ ] || mkdir -p $@
@$(shell [ ! -d $(BUILD) ] && mkdir -p $(BUILD))
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
#-------------------------------------------------------------------------------