source: roaraudio/roarfish/Makefile @ 12:78dfd1b91bcc

Last change on this file since 12:78dfd1b91bcc was 12:78dfd1b91bcc, checked in by phi, 16 years ago

added playback code

File size: 301 bytes
RevLine 
[11]1TARGETS=roarfish
2
[12]3OBJ=roarfish.o play.o
[11]4
5#DEFINES        = -DDEBUG
6INCLUDE = -I../include -I./include
7CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE)
[12]8LDFLAGS = -g -L../lib/ -lroar -lfishsound -loggz
[11]9
10all: ${TARGETS}
11        cp -v ${TARGETS} ../lib/
12clean:
13        rm -f ${TARGETS} *.o
14new: clean all
15
16roarfish: ${OBJ}
Note: See TracBrowser for help on using the repository browser.