projects
/
winnie
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a5665e
)
in progress: started a memory allocator, did nothing so far :p
author
Eleni Maria Stea
<elene.mst@gmail.com>
Wed, 6 Mar 2013 02:05:43 +0000
(
04:05
+0200)
committer
Eleni Maria Stea
<elene.mst@gmail.com>
Wed, 6 Mar 2013 02:05:43 +0000
(
04:05
+0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
a132c3f
..
4242187
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-7,7
+7,7
@@
dbg = -g
opt = -O0
inc = -Isrc
-#backend = SDL
+backend = SDL
ifeq ($(backend), SDL)
def = -DWINNIE_SDL