]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / plugins / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.1 2007/09/26 13:55:45 faust Exp $
3 ###############################################################################
4
5 include ../../../Makefile.conf
6
7 .PHONY: clean install uninstall
8 .PHONY: all $(PLUGINS)
9
10 all: $(PLUGINS)
11
12 $(PLUGINS):
13         $(MAKE) $(MAKECMDGOALS) -C $@
14
15 clean: all
16
17 install: all
18
19 uninstall: all
20