source: roaraudio/plugins/Makefile @ 1590:07fa8c4493e4

Last change on this file since 1590:07fa8c4493e4 was 470:ec3c876cebf8, checked in by phi, 16 years ago

added a meta Makefile

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