mirror of
https://github.com/wnayes/macutils.git
synced 2024-12-21 10:30:01 +00:00
Build system: Fix install target
This commit is contained in:
parent
f374ae6ab2
commit
767b944780
15
makefile
15
makefile
@ -63,13 +63,14 @@ lint:
|
||||
(cd comm; make CF='$(CF)' lint)
|
||||
|
||||
install:
|
||||
cp macunpack/macunpack $(BINDIR)/.
|
||||
cp hexbin/hexbin $(BINDIR)/.
|
||||
cp mixed/macsave $(BINDIR)/.
|
||||
cp mixed/macstream $(BINDIR)/.
|
||||
cp binhex/binhex $(BINDIR)/.
|
||||
cp comm/tomac $(BINDIR)/.
|
||||
cp comm/frommac $(BINDIR)/.
|
||||
mkdir -p "$(BINDIR)"
|
||||
install macunpack/macunpack "$(BINDIR)/."
|
||||
install hexbin/hexbin "$(BINDIR)/."
|
||||
install mixed/macsave "$(BINDIR)/."
|
||||
install mixed/macstream "$(BINDIR)/."
|
||||
install binhex/binhex "$(BINDIR)/."
|
||||
install comm/tomac "$(BINDIR)/."
|
||||
install comm/frommac "$(BINDIR)/."
|
||||
|
||||
distr:
|
||||
shar -a README makefile crc util fileio macunpack hexbin mixed binhex \
|
||||
|
Loading…
Reference in New Issue
Block a user