summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1e2f441..9f8dce3 100644
--- a/makefile
+++ b/makefile
@@ -51,7 +51,7 @@ x86-common.o
all: $(PROG)
$(PROG): $(TARGETLIB) $(VBTTOBJS)
- gcc $(VBTTOBJS) $(TARGETLIB) -lpci -s -o $(PROG)
+ gcc $(VBTTOBJS) $(TARGETLIB) -lpci -lz -s -o $(PROG)
$(TARGETLIB): $(OBJS)
ar r $(TARGETLIB) $(OBJS)