Skip to content

Commit 66d8e91

Browse files
committed
Use SDL 2.0.
1 parent 1e9b2cc commit 66d8e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.fbsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ SRCS= main.c digger.c drawing.c sprite.c scores.c record.c sound.c \
66
monster_obj.h digger_obj.c digger_obj.h bullet_obj.c \
77
bullet_obj.h
88

9-
CFLAGS+= -DFREEBSD
9+
CFLAGS+= -DFREEBSD -DDIGGER_DEBUG
1010

1111
LDADD+= -lz -lm
1212

13-
SDL_CONFIG?= sdl-config
13+
SDL_CONFIG?= sdl2-config
1414

1515
.if !defined(SDL)
1616
CFLAGS+= -D_VGL

0 commit comments

Comments
 (0)