aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0c89d88..6b819fb 100644
--- a/Makefile
+++ b/Makefile
@@ -56,3 +56,7 @@ hello_sdl:: all
bullet_engine:: all
erlc -o examples/bullet_engine examples/bullet_engine/*.erl
cd examples/bullet_engine && ./start.sh
+
+duck_engine: all
+ erlc -o examples/duck_engine examples/duck_engine/*.erl
+ cd examples/duck_engine && ./start.sh