diff --git a/cryptochip-get-random/Makefile b/cryptochip-get-random/Makefile index 32e7655..eb712f5 100644 --- a/cryptochip-get-random/Makefile +++ b/cryptochip-get-random/Makefile @@ -20,7 +20,7 @@ PROGRAM := cryptochip-gen-random CFLAGS += -Wall CFLAGS += $(shell pkg-config --cflags cryptoauthlib) -LDLIBS += $(shell pkg-config --libs --static cryptoauthlib) +LDLIBS += $(shell pkg-config --libs cryptoauthlib) all: $(PROGRAM)