Build system: Fix install target

This commit is contained in:
Arvid Norlander 2022-09-29 17:47:12 +02:00
parent f374ae6ab2
commit 767b944780
No known key found for this signature in database
GPG Key ID: E824A8E5D8D29AA0
1 changed files with 8 additions and 7 deletions

View File

@ -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 \