source: roaraudio/Makefile @ 11:448f85f5b3e7

Last change on this file since 11:448f85f5b3e7 was 11:448f85f5b3e7, checked in by phi, 16 years ago

added new tool roarfish

File size: 202 bytes
Line 
1SUBDIRS=libroar libroaresd roard roarclients roarfish
2
3all:
4        for i in ${SUBDIRS}; do make -C $$i all; done;
5clean:
6        rm -f lib/* || true
7        for i in ${SUBDIRS}; do make -C $$i clean; done;
8
9new: clean all
Note: See TracBrowser for help on using the repository browser.