source: roaraudio/compbins/Makefile @ 2850:d69861fdb541

Last change on this file since 2850:d69861fdb541 was 2850:d69861fdb541, checked in by phi, 15 years ago

added Makefile

File size: 184 bytes
Line 
1TARGETS=esdcat.r
2
3include ../Makefile.conf
4include ../Makefile.inc
5
6all: ${TARGETS}
7        cp $(cp_v) ${TARGETS} ../lib/
8clean:
9        rm -f ${TARGETS} *.o
10new: clean all
11
12.a.r:
13        ./ast2roar $@ $<
Note: See TracBrowser for help on using the repository browser.