mirror of
https://github.com/wnayes/macutils.git
synced 2025-05-13 05:38:33 +00:00
Fixes to .gitignore
This commit is contained in:
parent
5031969eb4
commit
02673a9850
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,4 +1,11 @@
|
|||||||
|
.vscode
|
||||||
*.o
|
*.o
|
||||||
all
|
all
|
||||||
|
binhex/binhex
|
||||||
|
comm/frommac
|
||||||
|
comm/tomac
|
||||||
|
frommac/frommac
|
||||||
|
hexbin/hexbin
|
||||||
macunpack/macunpack
|
macunpack/macunpack
|
||||||
|
mixed/macsave
|
||||||
|
mixed/macstream
|
2
makefile
2
makefile
@ -23,7 +23,7 @@ BINDIR ?= bin
|
|||||||
#
|
#
|
||||||
# -DAPPLEDOUBLE if you want to be able to use an AppleDouble file system
|
# -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:
|
all:
|
||||||
(cd crc; $(MAKE) CF='$(CF)')
|
(cd crc; $(MAKE) CF='$(CF)')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user