Skip to content
Snippets Groups Projects
Makefile 256 B
Newer Older
Spotlight Deveaux's avatar
Spotlight Deveaux committed
CFILES = mobile_inject.c

Spotlight Deveaux's avatar
Spotlight Deveaux committed
mobile_inject: $(CFILES)
	$(CC) $(CFILES) -o mobile_inject -Wall `pkg-config libimobiledevice-1.0 --libs`
Spotlight Deveaux's avatar
Spotlight Deveaux committed

dmg:
	hdiutil create -fs "HFS+" -format UDZO -srcfolder Root -layout NONE -ov Resources/Root.dmg

Spotlight Deveaux's avatar
Spotlight Deveaux committed
clean:
	rm mobile_inject