1
0
mirror of https://github.com/limosek/zaf-plugins.git synced 2025-11-02 18:47:37 +01:00

Repaired ifphylist, added skeleton for new syntax of plugin

This commit is contained in:
Lukas Macura
2016-12-08 16:08:08 +01:00
parent 45ae337483
commit 6db99e2d13
4 changed files with 92 additions and 3 deletions

12
Makefile Normal file
View File

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