aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-04-18 16:32:52 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-04-18 16:32:52 +0000
commitbb5452a4a8e50d02efd210c70cb804ce16de9daa (patch)
treef0ffc32896f65830164fed04391bc36e496fdd74 /Makefile
parentce38b43357c573f4a68d24a10f847473ff77b305 (diff)
keyboard input and preparations for bitmap font
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 12c59f8..e062c15 100644
--- a/Makefile
+++ b/Makefile
@@ -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