shithub: scc

ref: 6234ca1a96d4ff39e0e236337008886684af6237
dir: /config.mk/

View raw version
# scc version
VERSION     = 0.1

# Customize below to fit your system
ARCH = z80

# paths
PREFIX    = /usr/local/
MANPREFIX = ${PREFIX}/share/man

CC = cc
LD = $(CC)
AR = ar

# for Plan9 add -D_SUSV2_SOURCE -DNBOOL
CFLAGS   = -DNDEBUG -Iarch/$(ARCH) -O2 -std=c99
LDFLAGS  = -s