mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +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 \
|
||||
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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue