X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=makefile;h=dc8eff0d8fa6d835f8240c9d0670c4fd836747b7;hb=c6a8817a4777c002e9966519294a61da209052d1;hp=e0a1d30d862e552b2c8b5b0a0b1b52925365132a;hpb=bc2f79f652659843e448f56ab438c412263575b3;p=~andy%2Fspades diff --git a/makefile b/makefile index e0a1d30..dc8eff0 100644 --- a/makefile +++ b/makefile @@ -37,13 +37,17 @@ uninstall: adb uninstall $(PACKAGE) rm bin/install.stamp -png-cards: - git checkout cards-png -- 'res/drawable/card_*.png' - git reset HEAD -- 'res/drawable/card_*.png' - -svg-cards: - git checkout cards-svg -- 'opt/drawable/card_*.svg' - git reset HEAD -- 'opt/drawable/card_*.svg' +graphics: + git checkout graphics -- \ + 'opt/drawable/*.svg' \ + 'opt/drawable/*.xcf' \ + 'res/drawable/*.png' \ + 'res/drawable/*.jpg' + git reset HEAD -- \ + 'opt/drawable/*.svg' \ + 'opt/drawable/*.xcf' \ + 'res/drawable/*.png' \ + 'res/drawable/*.jpg' convert: for svg in opt/drawable/*.svg; do \ @@ -76,7 +80,7 @@ convert: $(OBJ): $(SRC) $(GEN) | obj @echo "JAVAC $@" - @javac -g \ + @javac -g -Xlint:unchecked \ -bootclasspath $(ANDROID) \ -encoding UTF-8 \ -source 1.5 \