From 74faacac506894cea91d084514a74006c11da6d8 Mon Sep 17 00:00:00 2001 From: Amirouche Date: Tue, 6 Dec 2022 17:33:29 +0100 Subject: [PATCH] whitespace cleanup. --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 1f243527..77be0dad 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ TEST_SRC = $(TEST_DIR)/unit-tests.scm \ $(TEST_DIR)/srfi-60-tests.scm \ $(TEST_DIR)/srfi-121-tests.scm \ $(TEST_DIR)/srfi-128-162-tests.scm \ - $(TEST_DIR)/srfi-143-tests.scm + $(TEST_DIR)/srfi-143-tests.scm TESTS = $(basename $(TEST_SRC)) # Primary rules (of interest to an end user) @@ -166,7 +166,7 @@ $(EXAMPLES) : %: %.scm cyclone libs game-of-life : cd $(EXAMPLE_DIR)/game-of-life ; $(MAKE) -hello-library/hello : +hello-library/hello : cd $(EXAMPLE_DIR)/hello-library ; $(MAKE) libs : $(COBJECTS) @@ -201,7 +201,7 @@ mstreams.o : mstreams.c $(HEADERS) $< -o $@ ifdef CYC_PTHREAD_SET_STACK_SIZE - DEF_PTHREAD_SET_STACK_SIZE=-DCYC_PTHREAD_SET_STACK_SIZE=$(CYC_PTHREAD_SET_STACK_SIZE) + DEF_PTHREAD_SET_STACK_SIZE=-DCYC_PTHREAD_SET_STACK_SIZE=$(CYC_PTHREAD_SET_STACK_SIZE) else DEF_PTHREAD_SET_STACK_SIZE= endif @@ -230,7 +230,7 @@ libcyclone.a : runtime.o gc.o ffi.o mstreams.o hashset.o #gcc -static main.c -L. -lmean -o statically_linked #Note: the first three letters (the lib) must not be specified, as well as the suffix (.a) -full : +full : $(MAKE) clean ; $(MAKE) && $(MAKE) test && $(MAKE) bootstrap && cd ../cyclone-bootstrap && $(MAKE) clean && ./install.sh bench : @@ -323,7 +323,7 @@ bootstrap : icyc libs cp cyclone.c $(BOOTSTRAP_DIR)/cyclone.c cp Makefile.config $(BOOTSTRAP_DIR)/Makefile.config -install-includes : $(HEADER_DIR)/*.h +install-includes : $(HEADER_DIR)/*.h $(MKDIR) $(DESTDIR)$(INCDIR) $(INSTALL) -m0644 $(HEADER_DIR)/*.h $(DESTDIR)$(INCDIR)/