X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=blobdiff_plain;f=src%2FMakefile;fp=src%2FMakefile;h=1b567dbb17a9ec22925869e73bf850350c30bf7b;hp=99d7e545211ae903ab925d42ce2a83c2f96ed78c;hb=0014e576011872ca7f9609362fa080fd29acbf5a;hpb=21a073b6e9d464f3f11dfb290d27341bb4a203b6 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