diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-18 14:29:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-18 14:29:39 -0400 |
commit | b1760c28680385280912644bf607575683d4b361 (patch) | |
tree | e387b8efd18e059653bdf517a97082683ddba738 /Makefile | |
parent | 0f73e109c6f4ff5a8b8f70a9c41ec69914254713 (diff) |
add Build/BuildVersion, for use by autobuilders
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -83,7 +83,8 @@ clean: rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \ doc/.ikiwiki html dist tags Build/SysConfig.hs build-stamp \ Setup Build/InstallDesktopFile Build/EvilSplicer \ - Build/Standalone Build/OSXMkLibs Build/LinuxMkLibs Build/DistributionUpdate \ + Build/Standalone Build/OSXMkLibs Build/LinuxMkLibs \ + Build/DistributionUpdate Build/BuildVersion \ git-union-merge .tasty-rerun-log find . -name \*.o -exec rm {} \; find . -name \*.hi -exec rm {} \; |