diff --git a/cpp/Makefile b/cpp/Makefile index ef59f12..3bc3c74 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -6,8 +6,10 @@ INCS = -I$(NEGENTROPY_ROOT) -I/opt/homebrew/include/ -I$(NEGENTROPY_ROOT)/vendor ifeq ($(detected_OS),Linux) TARGET = libnegentropy.a -else +else ifeq ($(OS),Windows_NT) TARGET = libnegentropy.dll +else + TARGET = libnegentropy.so endif .PHONY: all clean install-deps precompiled-header build-lib