source: roaraudio/plugins/Makefile @ 2037:76f662d44f7e

Last change on this file since 2037:76f662d44f7e 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.