We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9b2cc commit 66d8e91Copy full SHA for 66d8e91
Makefile.fbsd
@@ -6,11 +6,11 @@ SRCS= main.c digger.c drawing.c sprite.c scores.c record.c sound.c \
6
monster_obj.h digger_obj.c digger_obj.h bullet_obj.c \
7
bullet_obj.h
8
9
-CFLAGS+= -DFREEBSD
+CFLAGS+= -DFREEBSD -DDIGGER_DEBUG
10
11
LDADD+= -lz -lm
12
13
-SDL_CONFIG?= sdl-config
+SDL_CONFIG?= sdl2-config
14
15
.if !defined(SDL)
16
CFLAGS+= -D_VGL
0 commit comments