fix: remove golang files and triggers directory for packaging

This commit is contained in:
Jose Diaz-Gonzalez
2017-12-12 03:13:07 -05:00
parent cd9c2d7dbe
commit f1baa1f6a5
3 changed files with 3 additions and 3 deletions

View File

@@ -25,4 +25,4 @@ clean:
rm -rf commands subcommands
src-clean:
rm -rf .gitignore src vendor Makefile
rm -rf .gitignore src triggers vendor Makefile *.go

View File

@@ -25,7 +25,7 @@ clean:
rm -rf commands subcommands network-* install post-create post-delete
src-clean:
rm -rf .gitignore src vendor Makefile
rm -rf .gitignore src triggers vendor Makefile *.go
triggers: $(TRIGGERS)

View File

@@ -25,4 +25,4 @@ clean:
rm -rf commands subcommands
src-clean:
rm -rf .gitignore src vendor Makefile
rm -rf .gitignore src triggers vendor Makefile *.go