Add -f to prevent make macosx.dmg from failing the first time
parent
32cc5849ba
commit
08e81025be
2
Makefile
2
Makefile
|
@ -116,7 +116,7 @@ macosx.app:
|
||||||
Factor.app/Contents/MacOS/Factor
|
Factor.app/Contents/MacOS/Factor
|
||||||
|
|
||||||
macosx.dmg:
|
macosx.dmg:
|
||||||
rm $(DISK_IMAGE)
|
rm -f $(DISK_IMAGE)
|
||||||
rm -rf $(DISK_IMAGE_DIR)
|
rm -rf $(DISK_IMAGE_DIR)
|
||||||
mkdir $(DISK_IMAGE_DIR)
|
mkdir $(DISK_IMAGE_DIR)
|
||||||
cp -R $(BUNDLE) $(DISK_IMAGE_DIR)/$(BUNDLE)
|
cp -R $(BUNDLE) $(DISK_IMAGE_DIR)/$(BUNDLE)
|
||||||
|
|
Loading…
Reference in New Issue