]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/Makefile
Reorganize plugins.
[stg.git] / stargazer / plugins / Makefile
diff --git a/stargazer/plugins/Makefile b/stargazer/plugins/Makefile
deleted file mode 100644 (file)
index 2163957..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-###############################################################################
-# $Id: Makefile,v 1.1 2007/09/26 13:55:45 faust Exp $
-###############################################################################
-
-include ../../../Makefile.conf
-
-.PHONY: clean install uninstall
-.PHONY: all $(PLUGINS)
-
-all: $(PLUGINS)
-
-$(PLUGINS):
-       $(MAKE) $(MAKECMDGOALS) -C $@
-
-clean: all
-
-install: all
-
-uninstall: all
-