Add Makefile trigger for forcing clean-rust to happen.

This commit is contained in:
Jack Moffitt 2013-07-09 16:26:33 -06:00
commit cfc7491b1f
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,4 @@
# If this file is modified, then rust will be forcibly cleaned and then rebuilt.
# The actual contents of this file do not matter, but to trigger a change on the
# build bots then the contents should be changed so git updates the mtime.
2013-07-09