build: include localconf everywhere

Overriding makeflags did not work from localconf in the src, lib, or
test directories.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2021-02-22 20:06:43 -05:00
Ursprung 10af3f9763
Commit 6eb7afa65c
3 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
+1
Datei anzeigen
@@ -15,6 +15,7 @@ test: $(PROGRAMS:%=%.txt) Makefile
FORCE:
include ../makeflags
-include ../localconf
LIBS = -lcrucible -lpthread
BEES_LDFLAGS = -L../lib $(LDFLAGS)