diff --git a/cpp/Makefile b/cpp/Makefile index 1ef9844..42a662e 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -4,11 +4,7 @@ NEGENTROPY_ROOT := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) INCS = -I$(NEGENTROPY_ROOT) -I/opt/homebrew/include/ -I$(NEGENTROPY_ROOT)/vendor/lmdbxx/include/ -ifeq ($(OS),Windows_NT) - TARGET = libnegentropy.dll -else - TARGET = libnegentropy.a -endif +TARGET = libnegentropy.a .PHONY: all clean install-deps precompiled-header build-lib