remove plugins with "make clean" (#1015)
This commit is contained in:
parent
4d4d6d802c
commit
b6bce96350
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -88,6 +88,9 @@ clean:
|
|||
@rm -f $(CSCLI_BIN)
|
||||
@rm -f *.log
|
||||
@rm -f crowdsec-release.tgz
|
||||
@rm -f $(HTTP_PLUGIN_FOLDER)/$(HTTP_PLUGIN_BIN)
|
||||
@rm -f $(SLACK_PLUGIN_FOLDER)/$(SLACK_PLUGIN_BIN)
|
||||
@rm -f $(SPLUNK_PLUGIN_FOLDER)/$(SPLUNK_PLUGIN_BIN)
|
||||
|
||||
cscli: goversion
|
||||
@GOARCH=$(GOARCH) GOOS=$(GOOS) $(MAKE) -C $(CSCLI_FOLDER) build --no-print-directory
|
||||
|
|
Loading…
Add table
Reference in a new issue