Fixes to .gitignore

This commit is contained in:
Arvid Norlander 2022-09-29 22:44:22 +02:00
parent 5031969eb4
commit 02673a9850
No known key found for this signature in database
GPG Key ID: E824A8E5D8D29AA0
2 changed files with 9 additions and 2 deletions

9
.gitignore vendored
View File

@ -1,4 +1,11 @@
.vscode
*.o
all
binhex/binhex
comm/frommac
comm/tomac
frommac/frommac
hexbin/hexbin
macunpack/macunpack
mixed/macsave
mixed/macstream

View File

@ -23,7 +23,7 @@ BINDIR ?= bin
#
# -DAPPLEDOUBLE if you want to be able to use an AppleDouble file system
#
CF ?= -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE
CF ?= -DBSD -DTYPES_H -DDIRENT_H -DTERMIOS_H -DNODOT -DAPPLEDOUBLE
all:
(cd crc; $(MAKE) CF='$(CF)')