mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Fix C automatic dependencies to actually work.
This commit is contained in:
@@ -10,6 +10,7 @@ define declare-test-impl
|
||||
tests: $(OBJDIR)/tests/$1.log
|
||||
$(OBJDIR)/tests/$1.exe: $(OBJDIR)/tests/$1.o
|
||||
$(OBJDIR)/tests/$1.o: private CFLAGS += -Idep/snowhouse/include
|
||||
OBJS += $(OBJDIR)/tests/$1.o
|
||||
$(call use-library, $(OBJDIR)/tests/$1.exe, $(OBJDIR)/tests/$1.o, LIBFLUXENGINE)
|
||||
$(call use-library, $(OBJDIR)/tests/$1.exe, $(OBJDIR)/tests/$1.o, LIBARCH)
|
||||
$(call use-library, $(OBJDIR)/tests/$1.exe, $(OBJDIR)/tests/$1.o, PROTO)
|
||||
|
||||
Reference in New Issue
Block a user