Skip to content

Commit

Permalink
Update libdmg-hfsplus
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Jan 25, 2024
1 parent a671fcf commit 3db9917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ libdmg-hfsplus/build/Makefile: ../.git/modules/tools/libdmg-hfsplus/HEAD
"$(ROOT)/tools/libdmg-hfsplus"

libdmg-hfsplus/build/hfs/hfsplus: libdmg-hfsplus/build/Makefile
$(MAKE) -C "$(ROOT)/tools/libdmg-hfsplus/build" hfsplus
$(MAKE) -j1 -C "$(ROOT)/tools/libdmg-hfsplus/build" hfsplus

libdmg-hfsplus/build/dmg/dmg: libdmg-hfsplus/build/Makefile
$(MAKE) -C "$(ROOT)/tools/libdmg-hfsplus/build" dmg-bin
$(MAKE) -j1 -C "$(ROOT)/tools/libdmg-hfsplus/build" dmg-bin

libdmg-hfsplus: libdmg-hfsplus/build/hfs/hfsplus libdmg-hfsplus/build/dmg/dmg

Expand Down

0 comments on commit 3db9917

Please sign in to comment.