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. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c466bca..afd08d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -obj +*.o +qbe config.h .comfile *.out -- cgit 1.4.1