mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Tweak compilation order
This commit is contained in:
parent
faa9638300
commit
1a6469fedf
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@ TARGETS = \
|
||||||
begin-splicing \
|
begin-splicing \
|
||||||
fac \
|
fac \
|
||||||
long-running-process \
|
long-running-process \
|
||||||
game-of-life/life \
|
|
||||||
hello-library/hello \
|
|
||||||
threading/cv-broadcast \
|
threading/cv-broadcast \
|
||||||
threading/many-writers \
|
threading/many-writers \
|
||||||
threading/producer-consumer \
|
threading/producer-consumer \
|
||||||
threading/thread-join \
|
threading/thread-join \
|
||||||
|
game-of-life/life \
|
||||||
|
hello-library/hello \
|
||||||
|
|
||||||
SRCFILES = $(addsuffix .scm, $(TARGETS))
|
SRCFILES = $(addsuffix .scm, $(TARGETS))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue