ref: 2eb49033b0989d5df59b9f5d31551782fea7ec94
parent: 3ab95a29ff772382f84e85eba3b037c1bd96d97c
author: Quentin Rameau <quinq@fifth.space>
date: Thu Oct 27 10:19:58 EDT 2016
config.mk: change default targets to qbe with c99
--- a/config.mk
+++ b/config.mk
@@ -2,15 +2,15 @@
VERSION = 0.1
# Customize below to fit your system
-ARCH = z80
+ARCH = qbe
DRIVER = posix
# Remove inc/sizes.h if STD is changed
# can be c89 or c99
-STD = c89
+STD = c99
# paths
PREFIX = $(HOME)
-MANPREFIX = ${PREFIX}/share/man
+MANPREFIX = $(PREFIX)/share/man
# if your system is not POSIX maybe you want to use cc or gcc
# CC = c99