Skip to content

Commit

Permalink
Create builds directory if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed May 13, 2012
1 parent 6ccb558 commit 2d1e163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -13,6 +13,7 @@ BUILD=builds/jquery-timepicker-${VERSION}.zip
build: ${NAME}.js ${NAME}.css
cp jquery.timepicker.js ${NAME}.js
cp jquery.timepicker.css ${NAME}.css
mkdir -p builds
zip ${BUILD} ${FILES}

${NAME}.js:
Expand Down

0 comments on commit 2d1e163

Please sign in to comment.