mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
7 lines
179 B
Text
7 lines
179 B
Text
CC=gcc
|
|
CFLAGS+=-Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -O2 -g -c -I.
|
|
O=o
|
|
AR=ar
|
|
ARFLAGS=rvc
|
|
NAN=nan64.$O # default, can be overriden by Make.$(SYSNAME)
|
|
NAN=nan64.$O
|