From 5100c4e7e9cc5e06cf32e06a5a0bd0d79d7655c6 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Fri, 22 Dec 2017 20:35:04 -0500 Subject: Statically link bucts --- projects/bucts/sources/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/bucts/sources/Makefile') diff --git a/projects/bucts/sources/Makefile b/projects/bucts/sources/Makefile index b5f43d5f..2b165f3e 100644 --- a/projects/bucts/sources/Makefile +++ b/projects/bucts/sources/Makefile @@ -10,7 +10,7 @@ endif all: bucts bucts: $(OBJ) - $(CC) -o $@ $(OBJ) $(LDFLAGS) -lpci + $(CC) -o $@ $(OBJ) $(LDFLAGS) -lpci -lz -static %.o: %.c $(CC) $(CFLAGS) -DVERSION='"$(VERSION)"' -c $< -- cgit v1.2.3-70-g09d2