aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-26 17:04:21 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-26 17:04:21 +0900
commit480bca50f6f74c0021910540a6e0ea8761eb5f61 (patch)
tree94b246bbd6f081481e0b975d4d050a91f4433144 /Makefile
parent64cf8915f28d6e9e7d3670da80ffa87e8323ea4a (diff)
downloadkati-480bca50f6f74c0021910540a6e0ea8761eb5f61.tar.gz
Remove go_src_stamp by make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eba8db2..77dbef4 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ test: all go_test
ruby runtest.rb
clean:
- rm -rf out kati ckati *.o *.d
+ rm -rf out kati ckati *.o *.d go_src_stamp
.PHONY: test