source: roaraudio/plugins/Makefile @ 6030:9dc3e59a3ac5

Last change on this file since 6030:9dc3e59a3ac5 was 1591:9256209a2b81, checked in by phi, 15 years ago

include main config file

File size: 155 bytes
Line 
1include ../Makefile.conf
2
3all:
4        for i in */; do cd $$i; $(MAKE) all; cd ..; done
5clean:
6        for i in */; do cd $$i; $(MAKE) clean; cd ..; done
7new: clean all
Note: See TracBrowser for help on using the repository browser.