Fixed Makefile
This commit is contained in:
parent
e3c060d9b1
commit
0e754ad10f
@ -1,7 +1,7 @@
|
|||||||
TARGETS = configure
|
TARGETS = configure
|
||||||
CFLAGSF = -W -Wall -ansi
|
CFLAGSF = -W -Wall -ansi -I /System/Include
|
||||||
CFLAGS = -g
|
CFLAGS = -g
|
||||||
LDFLAGSF= -lSystem
|
LDFLAGSF= -L /System/Libraries -l System -l dl
|
||||||
CC = cc
|
CC = cc
|
||||||
AR = ar rc
|
AR = ar rc
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
targets=configure
|
targets=configure
|
||||||
cflags_force=-W -Wall -ansi
|
cflags_force=-W -Wall -ansi -I /System/Include
|
||||||
cflags=-g
|
cflags=-g
|
||||||
ldflags_force=-lSystem
|
ldflags_force=-L /System/Libraries -l System -l dl
|
||||||
|
|
||||||
[configure]
|
[configure]
|
||||||
type=binary
|
type=binary
|
||||||
|
Loading…
Reference in New Issue
Block a user