add links to ivac target
[my-code/ivac.git] / 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