source: roaraudio/plugins/Makefile @ 3928:6e8e191af6a7

Last change on this file since 3928:6e8e191af6a7 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.