summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-01-06 05:08:38 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-01-06 05:08:38 -0800
commit19a3146e34ab1b0e9f2e68be7c83d77e3f51b0dd (patch)
tree45d3e62d05b21235ab563b4600c4569c8e61657a /Makefile
parent85370784a4f91028b79fe3786bb66e035d6261fa (diff)
parent78651a64c3ea51d1fca284daa3affe618871693f (diff)
downloadmruby-19a3146e34ab1b0e9f2e68be7c83d77e3f51b0dd.tar.gz
mruby-19a3146e34ab1b0e9f2e68be7c83d77e3f51b0dd.zip
Merge pull request #695 from masuidrive/refactoring_gitignore
Remove unused rules in .gitignore and Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0a2afe2d1..9ed62a255 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,3 @@ test :
clean :
$(RAKE) clean
-.PHONY : showconfig
-showconfig :
- $(RAKE) showconfig