source: roaraudio/roarfish/Makefile @ 475:c5c9b2f8b848

Last change on this file since 475:c5c9b2f8b848 was 475:c5c9b2f8b848, checked in by phi, 16 years ago

use cp -v only if cp accepts -v

File size: 306 bytes
Line 
1TARGETS=roarfish
2
3OBJ=roarfish.o play.o
4
5#DEFINES        = -DDEBUG
6INCLUDE = -I../include -I./include
7CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE)
8LDFLAGS = -g -L../lib/ -lroar -lfishsound -loggz
9
10all: ${TARGETS}
11        cp $(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.