aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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