Compile on more platforms

This commit is contained in:
Pierre Pronchery 2006-04-17 21:51:44 +00:00
parent 4f4140b56f
commit 8b84b42438

View File

@ -3,7 +3,7 @@ PREFIX = /usr/local
DESTDIR =
BINDIR = $(PREFIX)/bin
CC = cc
CFLAGSF = -W -Wall -ansi -I /System/Include
CFLAGSF = -W -Wall -ansi -I /System/Include -D_GNU_SOURCE
CFLAGS = -g
LDFLAGSF= -L /System/Libraries -l System -l dl
RM = rm -f