Don't clean the makefile

pull/692/merge
John Shahid 2014-06-27 10:57:40 -04:00
parent 4493b01d12
commit f3ecb1e6e5
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ build: | dependencies protobuf parser build_version_string
$(GO) build benchmark
clean:
git status --ignored | grep src\/ | xargs rm -rf
git status --ignored | grep src\/ | grep -v Makefile | xargs rm -rf
rm -rf ${TMPDIR}/influxdb
rm -rf ${TMPDIR}/admin.influxdb
rm -rf $(snappy_dir)