Skip to content

Commit

Permalink
Including hello_sdl to Makefile
Browse files Browse the repository at this point in the history
This is from ninenines#13
  • Loading branch information
brainstormi authored and Serneum committed Sep 13, 2016
1 parent 1d0b27f commit 0b1577d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bullet_engine:: all
erlc -o examples/bullet_engine examples/bullet_engine/*.erl
cd examples/bullet_engine && ./start.sh

hello::
hello_sdl:: all
erlc -o examples/hello_sdl examples/hello_sdl/*.erl
cd examples/hello_sdl && ./start.sh

Expand Down

0 comments on commit 0b1577d

Please sign in to comment.