diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-13 00:40:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-13 01:31:47 +0200 |
commit | 6e3457da7c95b8a36c4a9fb904bfc12129c98c80 (patch) | |
tree | b7333afb2ac97736f81bfd7edd096fb98da306c0 /android | |
parent | fe8cd7dba06786923ced29f46e9ee04e7de8240b (diff) |
Just tell to run it with "make run"
Diffstat (limited to 'android')
-rw-r--r-- | android/qa/sc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/qa/sc/Makefile b/android/qa/sc/Makefile index da85f08fd2fb..738d101384f8 100644 --- a/android/qa/sc/Makefile +++ b/android/qa/sc/Makefile @@ -167,7 +167,7 @@ build-ant: copy-stuff install: copy-stuff unset JAVA_HOME && ant debug install @echo - @echo 'Run it with something like what "make run" does (see Makefile)' + @echo 'Run it with "make run"' @echo uninstall: |