diff options
author | Johannes Schickel | 2015-03-05 01:39:48 +0100 |
---|---|---|
committer | Johannes Schickel | 2015-03-05 01:39:48 +0100 |
commit | b66aaeb90564847d3e3bd9d3167d220096798eee (patch) | |
tree | a9ac8c1dc379340316eb24e925908dca0636cdca | |
parent | 4119ed73ddf309d574fae471ffe074222a998a99 (diff) | |
download | scummvm-rg350-b66aaeb90564847d3e3bd9d3167d220096798eee.tar.gz scummvm-rg350-b66aaeb90564847d3e3bd9d3167d220096798eee.tar.bz2 scummvm-rg350-b66aaeb90564847d3e3bd9d3167d220096798eee.zip |
BUILD: Output working command line for git commit in ideprojects target.
-rw-r--r-- | ports.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -329,7 +329,7 @@ endif @echo @echo All is done. @echo Now run - @echo "\tgit commit 'DISTS: Generated Code::Blocks and MSVC project files'" + @echo "\tgit commit -m 'DISTS: Generated Code::Blocks and MSVC project files'" # Mark special targets as phony .PHONY: deb bundle osxsnap win32dist install uninstall |