From b0950785e72d9d59c6fd816c01d203ecb083c663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 20 Dec 2017 20:03:16 +0100 Subject: Add the sdl_mouse module implementing half of sdl_mouse.h The latter half will be part of sdl_cursor. This depends on some changes to nif_helper. The sdl_gl part of the code is probably slithly broken now, the dependency on the window is gone. This will be resolved later on. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 89fca3b..4fd1595 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,10 @@ scan-build: make clean scan-build make +hello_sdl:: all + erlc -o examples/hello_sdl examples/hello_sdl/*.erl + cd examples/hello_sdl && ./start.sh + bullet_engine:: all erlc -o examples/bullet_engine examples/bullet_engine/*.erl cd examples/bullet_engine && ./start.sh -- cgit v1.2.3