diff options
author | Dimitri Sokolyuk <demon@dim13.org> | 2012-04-18 16:32:52 +0000 |
---|---|---|
committer | Dimitri Sokolyuk <demon@dim13.org> | 2012-04-18 16:32:52 +0000 |
commit | bb5452a4a8e50d02efd210c70cb804ce16de9daa (patch) | |
tree | f0ffc32896f65830164fed04391bc36e496fdd74 /Makefile | |
parent | ce38b43357c573f4a68d24a10f847473ff77b305 (diff) |
keyboard input and preparations for bitmap font
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ PROG= dcpu SRCS= gramar.y lexer.l emu.c main.c tui.c gui.c y.tab.h NOMAN= CFLAGS+=`sdl-config --cflags` -LDADD+= `sdl-config --libs` -lcurses +LDADD+= `sdl-config --libs` -lcurses -lSDL_image DEBUG+= -Wall #DEBUG+= -ggdb -pg #YFLAGS= -dtv |