Fixed Makefile

This commit is contained in:
Pierre Pronchery 2005-10-21 23:41:10 +00:00
parent e3c060d9b1
commit 0e754ad10f
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
TARGETS = configure
CFLAGSF = -W -Wall -ansi
CFLAGSF = -W -Wall -ansi -I /System/Include
CFLAGS = -g
LDFLAGSF= -lSystem
LDFLAGSF= -L /System/Libraries -l System -l dl
CC = cc
AR = ar rc
RANLIB = ranlib

View File

@ -1,7 +1,7 @@
targets=configure
cflags_force=-W -Wall -ansi
cflags_force=-W -Wall -ansi -I /System/Include
cflags=-g
ldflags_force=-lSystem
ldflags_force=-L /System/Libraries -l System -l dl
[configure]
type=binary