add links to ivac target
authorhackbard <hackbard>
Wed, 30 Jun 2004 22:40:59 +0000 (22:40 +0000)
committerhackbard <hackbard>
Wed, 30 Jun 2004 22:40:59 +0000 (22:40 +0000)
src/Makefile

index 99d7e54..1b567db 100644 (file)
@@ -7,7 +7,7 @@ LIBS = -lncurses
 
 OBJS = network.o event.o input.o display.o audio.o
 
-ivac: $(OBJS)
+ivac: links $(OBJS)
        $(CC) $(CFLAGS) -o $@ $(OBJS) ivac.c $(LIBS)
 all: links ivac