Skip to content

Commit

Permalink
Update minstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Augustsson authored and Lennart Augustsson committed Nov 16, 2024
1 parent 720b77e commit f57a1f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,6 @@ install: $(MCABALBIN)/mhs $(MCABALBIN)/cpphs $(MCABALMHS)/packages/$(BASE).pkg

preparedist: newmhsz bootstrapcpphs generated/mcabal.c

minstall:
mcabal install
cd lib; mcabal install
minstall: $(MCABALBIN)/mhs
cp bin/cpphs bin/mcabal $(MCABALBIN)
PATH=$(MCABALBIN):"$$PATH" cd lib; mcabal install

0 comments on commit f57a1f1

Please sign in to comment.