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

View file

@ -1,7 +1,7 @@
#!/bin/sh
DIR=`cd $(dirname $0); pwd`
QBE=$DIR/../obj/qbe
QBE=$DIR/../qbe
usage()
{