projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf78d85
)
Update build.cmd
author
WonYoung Choi
<wy80.choi@samsung.com>
Mon, 9 Apr 2018 07:23:12 +0000
(16:23 +0900)
committer
GitHub
<noreply@github.com>
Mon, 9 Apr 2018 07:23:12 +0000
(16:23 +0900)
build.cmd
patch
|
blob
|
history
diff --git
a/build.cmd
b/build.cmd
index 6a05cf4f6102ad50da53a7e3d63f141fb0289e85..d5699e5d2b7999b8c8fcfb4e20f42a94542cb6a5 100644
(file)
--- a/
build.cmd
+++ b/
build.cmd
@@
-8,6
+8,7
@@
if /I [%1] == [dummy] goto DummyBuild
if /I [%1] == [pack] goto Pack
if /I [%1] == [clean] goto Clean
+
goto :EOF
:Usage