• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision7e4df720cff76025a8791ed8e84b05702a51decd (tree)
Time2014-01-10 11:22:55
AuthorKatsuhiko Nishimra <ktns.87@gmai...>
CommiterKatsuhiko Nishimra

Log Message

clean target calls clean target on the build directory. #28588

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/automake@1631 1136aad2-a195-0410-b898-f5ea1d11b9d8

Change Summary

Incremental Difference

--- a/src/Makefile
+++ b/src/Makefile
@@ -17,7 +17,7 @@
1717 #// along with MolDS. If not, see <http://www.gnu.org/licenses/>. //
1818 #//************************************************************************//
1919
20-.PHONY: all clean
20+.PHONY: all clean distclean
2121 CONFIGURE_OPTIONS =
2222 CFLAGS =
2323 CXXFLAGS =
@@ -52,4 +52,7 @@ $(OUTPUT): build/$(OUTPUT)
5252 install $< $@
5353
5454 clean:
55+ +make -C build clean
56+
57+distclean:
5558 rm -rf build $(OUTPUT)