Skip to content

Commit

Permalink
Compile with -Wall
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Sep 26, 2008
1 parent da4565d commit e8d1c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -6,7 +6,7 @@ CC=@CC@
LINT=lint
INCLUDES=-I.
DEFINES=
CFLAGS=@CFLAGS@ $(INCLUDES) $(DEFINES)
CFLAGS=@CFLAGS@ $(INCLUDES) $(DEFINES) -Wall
LIBS=@LIBS@
LDFLAGS=$(LIBS)

Expand Down

0 comments on commit e8d1c41

Please sign in to comment.