fix: only clean things that were built

This otherwise break non-golang plugins.
This commit is contained in:
Jose Diaz-Gonzalez
2020-11-18 12:51:37 -05:00
parent 5d7b2a84f4
commit 72ed9dbcce

View File

@@ -19,7 +19,7 @@ build-in-docker: clean
bash -c "GO_ARGS='$(GO_ARGS)' make -j4 $(GO_PLUGIN_MAKE_TARGET)" || exit $$?
clean:
rm -rf commands subcommands triggers prop
rm -rf $(BUILD)
find . -xtype l -delete
commands: **/**/commands.go