about summary refs log tree commit homepage
path: root/Makefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-05-09 18:42:23 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-09 18:42:23 -0700
commitd94c0c75ee37919300dfd5d56335aca55c4b14a6 (patch)
tree61ed57cbec9b9ae923e37baddbf560b5f2213645 /Makefile
parent37a28cb736a120cdf40100d2b00df3570efa4e27 (diff)
downloadpcu-d94c0c75ee37919300dfd5d56335aca55c4b14a6.tar.gz
Fixup GIT-VERSION-GEN
I don't plan on making release tarballs "by hand"
any more.  cgit/gitweb will just do it for me.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5fe9ff8..1c410c2 100644
--- a/Makefile
+++ b/Makefile
@@ -39,5 +39,6 @@ dist: GIT-VERSION-FILE
         mv $(DISTNAME).tar.gz+ $(DISTNAME).tar.gz
 clean:
         $(RM) $(PCU_BIN) $(DISTNAME).tar.gz*
+        $(RM) GIT-VERSION-FILE
 
 .PHONY: .FORCE-GIT-VERSION-FILE