mirror of
https://github.com/limosek/zaf-plugins.git
synced 2024-11-01 08:17:19 +01:00
13 lines
147 B
Makefile
13 lines
147 B
Makefile
|
|
||
|
include lib.mk
|
||
|
|
||
|
ifeq ($(PLUGINS),)
|
||
|
PLUGINS=$(shell ls -I '*mk' -I Makefile -I README.md)
|
||
|
endif
|
||
|
|
||
|
all: $(PLUGINS)
|
||
|
|
||
|
$(eval $(call Plugins/Rules))
|
||
|
|
||
|
|