aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-21 12:38:03 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-21 12:38:03 -0700
commitaa064359cb514251a73b53de3e530fa89f687ab7 (patch)
tree0e16ab88b16c26dbda88a1349adf61331521ac60 /bin
parent06f60ae1b3c7d11092a5433186360fcbb1221309 (diff)
feat: added allocator interface to allow for flexible library interfaces
Diffstat (limited to 'bin')
-rwxr-xr-xbin/initmk2
1 files changed, 1 insertions, 1 deletions
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 ----