make clean should remove y.go

This commit is contained in:
Mitchell Hashimoto 2014-08-05 10:39:18 -07:00
parent c834254b7f
commit e166f6ac9c
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ vendor/libucl:
git checkout fix-win32-compile
clean:
rm config/y.go
rm -rf vendor
.PHONY: clean default libucl test updatedeps