From: hackbard Date: Wed, 30 Jun 2004 22:40:59 +0000 (+0000) Subject: add links to ivac target X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=commitdiff_plain;h=0014e576011872ca7f9609362fa080fd29acbf5a add links to ivac target --- diff --git a/src/Makefile b/src/Makefile index 99d7e54..1b567db 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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