Skip to content

Commit

Permalink
Makefile: build rule creates android css directory that cordova wants
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-onsip committed Jun 14, 2014
1 parent 6d52901 commit e48279a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ test: build
cordova run

build: clean
mkdir -p platforms/android/assets/www/css
cordova build

clean:
Expand Down

0 comments on commit e48279a

Please sign in to comment.