commit 3e1d86a469c15a541a2da601c5a157abebdb0512
parent f8c543b955fb0e7dde34d6be06a2cd966b2f7087
Author: Quentin Rameau <quinq@fifth.space>
Date:   Thu, 27 Oct 2016 14:19:58 +0200
config.mk: change default targets to qbe with c99
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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