From aa064359cb514251a73b53de3e530fa89f687ab7 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Tue, 21 Apr 2020 12:38:03 -0700 Subject: feat: added allocator interface to allow for flexible library interfaces --- bin/initmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/initmk b/bin/initmk index ca3f92a..1f01443 100755 --- a/bin/initmk +++ b/bin/initmk @@ -36,7 +36,7 @@ BINS := $(BINS) $(BINS_$(d)) $(LIBS_$(d)): $(OBJS_$(d)) $(ARCHIVE) -$(BINS_$(d)): $(OBJ_DIR)/libn/test.o +$(BINS_$(d)): $(OBJS_$(d)) $(LINK) # ---- Pop off stack ---- -- cgit v1.2.1