From e881e80d6b793c2d29e472ae4b65bdf8e4363b87 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Fri, 15 May 2020 12:11:57 -0700 Subject: feat: testing directory to allow for easier tests of code --- sys/libbio/rules.mk | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sys/libbio/rules.mk') diff --git a/sys/libbio/rules.mk b/sys/libbio/rules.mk index fbba7df..cabc1b3 100644 --- a/sys/libbio/rules.mk +++ b/sys/libbio/rules.mk @@ -18,11 +18,9 @@ include share/paths.mk # $(LIBS_$(d)) = TCLIBS := $(LIBS_$(d)): $(OBJS_$(d)) $(OBJS_$(d)/io) - @echo LIB $@ - @$(ARCHIVE) + $(ARCHIVE) -$(BINS_$(d)): $(LIBS_$(d)) $(OBJ_DIR)/libn/libn.a - @echo BIN $@ - @$(LINK) +$(TSTS_$(d)): $(LIBS_$(d)) $(OBJ_DIR)/libn/libn.a + $(LINK) include share/pop.mk -- cgit v1.2.1