Makefile: POSIXify

Makefile now compatible with gmake, bmake, smake and pdpmake.
This commit is contained in:
illiliti 2022-06-01 07:43:09 +03:00 committed by Quentin Carbonneaux
parent 740bf867b3
commit 6cd5f70286
7 changed files with 33 additions and 43 deletions

10
README
View file

@ -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.