diff options
author | illiliti <illiliti@dimension.sh> | 2022-06-01 07:43:09 +0300 |
---|---|---|
committer | Quentin Carbonneaux <quentin@c9x.me> | 2022-06-14 13:58:01 +0200 |
commit | 6cd5f7028647a88935ec1f7776a08b51eb0fb1c8 (patch) | |
tree | b1469e6e3da8accf549e120a1be02af1288668e3 /.gitignore | |
parent | 740bf867b3ad5fdb1e8c5c688bfd6a4cd825ba76 (diff) | |
download | roux-6cd5f7028647a88935ec1f7776a08b51eb0fb1c8.tar.gz |
Makefile: POSIXify
Makefile now compatible with gmake, bmake, smake and pdpmake.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
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 |