From 33c1f18d3871fc756f381d1a3aee1fdac2ff077e Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 3 Jun 2008 20:47:41 +0000 Subject: Fix a few things picked up by the Compaq C Compiler (on my Alpha) git-svn-id: svn://mattst88.com/svn/glpong/trunk@16 449aeecc-241a-0410-943f-e2f883e2d7a2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5de936c..c809dfc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=gcc STRIP=strip -WARN=-Wall -W -ansi -pedantic +WARN=-Wall -W -pedantic DEFINES=-DINLINE=__inline__ -DDEBUG=1 CFLAGS=-Os -pipe -std=c99 -g ${DEFINES} ${WARN} LDFLAGS=-Wl,-O1 -- cgit v1.2.3