mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-03 22:43:07 +00:00
Merge pull request #14 from waku-org/d_2_s
This commit is contained in:
commit
580440217e
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user