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