Skip to content

Commit

Permalink
Add build rule for zip tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez authored and worksofliam committed Jan 10, 2023
1 parent 8f72339 commit db6fd26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ uninstall:
gmake -C ile uninstall
gmake -C config uninstall

/QOpenSys/pkgs/bin/zip:
/QOpenSys/pkgs/bin/yum install zip

manzan-v%.zip: /QOpenSys/pkgs/bin/zip
echo "Building version $*"
system "clrlib ${MANZAN_TEMPLIB}" || system "crtlib ${MANZAN_TEMPLIB}"
Expand Down

0 comments on commit db6fd26

Please sign in to comment.