clean up makefiles

This commit is contained in:
Ben Burdette 2022-04-08 15:53:24 -06:00
parent 27d45f9eb3
commit 31bcd55626
3 changed files with 1 additions and 4 deletions

View file

@ -18,7 +18,7 @@ makefiles = \
misc/systemd/local.mk \
misc/launchd/local.mk \
misc/upstart/local.mk \
# doc/manual/local.mk \
doc/manual/local.mk \
tests/local.mk \
tests/plugins/local.mk
@ -34,5 +34,4 @@ endif
include mk/lib.mk
# GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++17 -fstack-usage
GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++17 -I src

View file

@ -8,9 +8,7 @@ libcmd_SOURCES := $(wildcard $(d)/*.cc)
libcmd_CXXFLAGS += -I src/libutil -I src/libstore -I src/libexpr -I src/libmain -I src/libfetchers -I src/nix
# libcmd_LDFLAGS += -llowdown -pthread
libcmd_LDFLAGS = $(EDITLINE_LIBS) -llowdown -pthread
# libcmd_LDFLAGS += $(LOWDOWN_LIBS) -pthread
libcmd_LIBS = libstore libutil libexpr libmain libfetchers libnix