Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Beasty committed Dec 17, 2020
2 parents 408eafa + 519fc0a commit f37c7d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -267,16 +267,16 @@ docker: $(TARGET)

plugins:
@$(MAKE) -C $(PLUGIN_DIR)/screenshotsender
@$(MAKE) -C $(PLUGIN_DIR)/antispam
#@$(MAKE) -C $(PLUGIN_DIR)/antispam
@$(MAKE) -C $(PLUGIN_DIR)/censor
@$(MAKE) -C $(PLUGIN_DIR)/cod4x_b3hide
@$(MAKE) -C $(PLUGIN_DIR)/simplebanlist
@$(MAKE) -C $(PLUGIN_DIR)/example_cpp_plugin
@$(MAKE) -C $(PLUGIN_DIR)/pchat
@$(MAKE) -C $(PLUGIN_DIR)/sourcebansplugin
@$(MAKE) -C $(PLUGIN_DIR)/warn
@$(MAKE) -C $(PLUGIN_DIR)/julia
#@$(MAKE) -C $(PLUGIN_DIR)/julia
@$(MAKE) -C $(PLUGIN_DIR)/legacybanlist


.PHONY: plugins
.PHONY: plugins

0 comments on commit f37c7d4

Please sign in to comment.