Skip to content

Commit

Permalink
Dont build plugins by default, more CI fixes
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 26, 2023
1 parent ffc8413 commit 1ca3e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ PLUGINS = $(BUNDLES:%=build/plugins/%)

# ---------------------------------------------------------------------------------------------------------------------

all: $(TARGETS) $(PLUGINS)
all: $(TARGETS)

clean:
$(MAKE) clean -C mod-host
Expand Down
2 changes: 1 addition & 1 deletion PawPaw

0 comments on commit 1ca3e43

Please sign in to comment.