From: Eleni Maria Stea Date: Wed, 6 Mar 2013 02:05:43 +0000 (+0200) Subject: in progress: started a memory allocator, did nothing so far :p X-Git-Url: http://git.mutantstargoat.com?p=winnie;a=commitdiff_plain;h=fd0b93374d8e5a49c16b5e9fe5a0468d00a21c36 in progress: started a memory allocator, did nothing so far :p --- diff --git a/Makefile b/Makefile index a132c3f..4242187 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ dbg = -g opt = -O0 inc = -Isrc -#backend = SDL +backend = SDL ifeq ($(backend), SDL) def = -DWINNIE_SDL