commit 3e1d86a469c15a541a2da601c5a157abebdb0512
Author:     Quentin Rameau <[email protected]>
AuthorDate: Thu Oct 27 14:19:58 2016 +0200
Commit:     Quentin Rameau <[email protected]>
CommitDate: Thu Nov 3 11:13:43 2016 +0100

    config.mk: change default targets to qbe with c99

diff --git a/config.mk b/config.mk
index dc93d9c..d98c2c3 100644
--- 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

Reply via email to