1
0
mirror of https://github.com/limosek/zaf-plugins.git synced 2025-01-21 23:45:56 +01:00
limosek-zaf-plugins/Makefile

13 lines
147 B
Makefile
Raw Normal View History

include lib.mk
ifeq ($(PLUGINS),)
PLUGINS=$(shell ls -I '*mk' -I Makefile -I README.md)
endif
all: $(PLUGINS)
$(eval $(call Plugins/Rules))