mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 17:34:45 +00:00
blank commands are not so good.
This commit is contained in:
parent
2f8cca7c26
commit
0bc9f7edab
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -19,7 +19,7 @@ DIR = jquery.mobile-${VER}
|
|||
OUTPUT = compiled
|
||||
|
||||
# Command to remove the latest directory from the CDN before uploading, only if using latest target
|
||||
RMLATEST = ''
|
||||
RMLATEST = echo ""
|
||||
|
||||
# The output folder for the nightly files.
|
||||
NIGHTLY_OUTPUT = nightlies/${DATE}
|
||||
|
|
|
|||
Loading…
Reference in a new issue