summaryrefslogtreecommitdiff
path: root/examples/tutorial/embedded
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial/embedded')
-rw-r--r--examples/tutorial/embedded/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorial/embedded/Makefile b/examples/tutorial/embedded/Makefile
index f1a61cb92..14e85bd76 100644
--- a/examples/tutorial/embedded/Makefile
+++ b/examples/tutorial/embedded/Makefile
@@ -1,4 +1,4 @@
all:
- gfc --make --output-format=haskell QueryEng.gf
+ gfc --make --output-format=haskell QueryEng.gf QuerySpa.gf
ghc --make -o ./math TransferLoop.hs
strip math