Fixed Makefile
This commit is contained in:
parent
e3c060d9b1
commit
0e754ad10f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user