mirror of
				https://github.com/Zygo/bees.git
				synced 2025-11-04 04:00:36 +01:00 
			
		
		
		
	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>
This commit is contained in:
		@@ -8,6 +8,7 @@ PROGRAM_OBJS = $(foreach b,$(PROGRAMS),$(patsubst ../bin/%,%.o,$(b)))
 | 
			
		||||
all: $(BEES) $(PROGRAMS)
 | 
			
		||||
 | 
			
		||||
include ../makeflags
 | 
			
		||||
-include ../localconf
 | 
			
		||||
 | 
			
		||||
LIBS = -lcrucible -luuid -lpthread
 | 
			
		||||
BEES_LDFLAGS = -L../lib $(LDFLAGS)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user