1
0
Fork 0
mirror of https://github.com/9fans/plan9port.git synced 2025-01-18 11:30:03 +00:00
plan9port/unix/make/Make.Darwin-PowerMacintosh

8 lines
153 B
Text
Raw Normal View History

CC=gcc
CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I. -I${PREFIX}/include
O=o
AR=ar
ARFLAGS=rvc
NAN=nan64.$O
2005-01-30 16:50:02 +00:00
RANLIB=ranlib