File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ SRCFILES := $(shell find src -name \*.java)
22RESFILES := $(shell find src -type f \! -name .\* \! -name \* .java | sed s/^src\\///)
33PACKAGES := $(shell find src -name \* .java | sed -E s/^src\\/\|\\/[^\\/]+$$//g | grep -v \\.java$$ | sort | uniq | tr / .)
44
5- all : clean bin doc pushchar.jar pushchar.zip PushChar.app
5+ all : clean bin doc pushchar.jar pushchar.zip PushChar.app pushchar.app.zip
66
7- eclipseall : eclipseclean pushchar.jar pushchar.zip PushChar.app
7+ eclipseall : eclipseclean pushchar.jar pushchar.zip PushChar.app pushchar.app.zip
88
99clean :
1010 rm -rf bin
@@ -87,6 +87,9 @@ PushChar-MacOS11.0.app: dep pushchar.jar
8787 cp -f dep/PushChar.icns PushChar-MacOS11.0.app/Contents/Resources
8888 cp -f pushchar.jar PushChar-MacOS11.0.app/Contents/Resources/Java
8989
90+ pushchar.app.zip : PushChar.app
91+ zip -r pushchar.app.zip PushChar* .app
92+
9093pushchar.dmg : PushChar.app
9194 rm -rf dmgtmp
9295 mkdir -p dmgtmp
You can’t perform that action at this time.
0 commit comments