From 095951dd96dea237b78ad2ca42c939d62c200da6 Mon Sep 17 00:00:00 2001 From: brainstormi Date: Sat, 26 Dec 2015 22:26:48 +0100 Subject: [PATCH] Including hello_sdl to Makefile This is from https://github.com/ninenines/esdl2/pull/13 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64ccce3..12c886f 100644 --- a/Makefile +++ b/Makefile @@ -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