diff --git a/.gitignore b/.gitignore index a9e06b7..5d37d28 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,11 @@ +.vscode *.o all +binhex/binhex +comm/frommac +comm/tomac +frommac/frommac +hexbin/hexbin macunpack/macunpack - +mixed/macsave +mixed/macstream \ No newline at end of file diff --git a/makefile b/makefile index cf22e8a..2931527 100644 --- a/makefile +++ b/makefile @@ -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)')