Merge pull request #14 from waku-org/d_2_s

This commit is contained in:
Darshan K 2024-10-15 14:44:24 +05:30 committed by GitHub
commit 580440217e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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