Tweak compilation order

This commit is contained in:
Justin Ethier 2016-04-14 22:43:11 -04:00
parent faa9638300
commit 1a6469fedf

View file

@ -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))