Skip to content
Snippets Groups Projects
Verified Commit 30312dd0 authored by Spotlight Deveaux's avatar Spotlight Deveaux :fox:
Browse files

Add DMG creation to makefile

parent 122f0fcc
Branches master
No related tags found
No related merge requests found
......@@ -3,5 +3,8 @@ CFILES = mobile_inject.c
mobile_inject: $(CFILES)
$(CC) $(CFILES) -o mobile_inject -Wall `pkg-config libimobiledevice-1.0 --libs`
dmg:
hdiutil create -fs "HFS+" -format UDZO -srcfolder Root -layout NONE -ov Resources/Root.dmg
clean:
rm mobile_inject
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment