From 6cd5f7028647a88935ec1f7776a08b51eb0fb1c8 Mon Sep 17 00:00:00 2001 From: illiliti Date: Wed, 1 Jun 2022 07:43:09 +0300 Subject: Makefile: POSIXify Makefile now compatible with gmake, bmake, smake and pdpmake. --- README | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'README') diff --git a/README b/README index bc8a65e..69d0aa9 100644 --- a/README +++ b/README @@ -12,9 +12,7 @@ The LICENSE file applies to all files distributed. - Compilation and Installation -Invoke GNU make in this directory to create the executable -file obj/qbe. On some systems (BSD) you might have to use -'gmake' instead of 'make'. Install using 'make install', -the standard DESTDIR and PREFIX environment variables are -supported. Alternatively, you may simply copy the obj/qbe -binary manually. +Invoke make in this directory to create the executable +file qbe. Install using 'make install', the standard +DESTDIR and PREFIX environment variables are supported. +Alternatively, you may simply copy the qbe binary manually. -- cgit 1.4.1