From 1a6469fedf84ad546d2a0471585c00817dfab9cd Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 14 Apr 2016 22:43:11 -0400 Subject: [PATCH] Tweak compilation order --- examples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 2d3b5827..d17a8326 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -4,12 +4,12 @@ TARGETS = \ begin-splicing \ fac \ long-running-process \ - game-of-life/life \ - hello-library/hello \ threading/cv-broadcast \ threading/many-writers \ threading/producer-consumer \ threading/thread-join \ + game-of-life/life \ + hello-library/hello \ SRCFILES = $(addsuffix .scm, $(TARGETS))