aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d47278b..ed7c196 100644
--- a/Makefile
+++ b/Makefile
@@ -17,5 +17,5 @@ all:
mkdir -p ebin/
erlc -o ebin/ src/*.erl
cd c_src && make
- erlc -o examples/hello_sdl examples/hello_sdl/*.erl
- cd examples/hello_sdl && ./start.sh
+ erlc -o examples/bullet_engine examples/bullet_engine/*.erl
+ cd examples/bullet_engine && ./start.sh