From bbc62d8d14fd688129f7fdd215539824d807f1c9 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 18 Oct 2019 13:09:41 -0400 Subject: [PATCH] Cleanup --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4d6d20af..e061ecda 100644 --- a/Makefile +++ b/Makefile @@ -172,9 +172,8 @@ dispatch.c : generate-c.scm $(CYC_RT_LIB) : $(CFILES) $(HEADERS) $(CYC_BN_LIB) -# JAE TODO: clean this up $(CYC_BN_LIB) : $(CYC_BN_LIB_SUBDIR)/*.c - cd $(CYC_BN_LIB_SUBDIR) ; make LIBNAME=libcyclonebn.a && cp libcyclonebn.a ../.. + cd $(CYC_BN_LIB_SUBDIR) ; make LIBNAME=$(CYC_BN_LIB) && cp $(CYC_BN_LIB) ../.. hashset.o : hashset.c $(HEADERS) $(CCOMP) -c $< -o $@