Skip to content

Commit 55c5177

Browse files
committed
build:don't package aw-server
1 parent 479aea1 commit 55c5177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
SHELL := /usr/bin/env bash
1313

14-
SUBMODULES := aw-core aw-client aw-server-rust aw-watcher-afk aw-watcher-window aw-tauri
14+
SUBMODULES := aw-core aw-client aw-server aw-server-rust aw-watcher-afk aw-watcher-window aw-tauri
1515

1616
# Exclude aw-server-rust if SKIP_SERVER_RUST is true
1717
ifeq ($(SKIP_SERVER_RUST),true)
@@ -42,7 +42,7 @@ LINTABLES := $(foreach dir,$(SUBMODULES),$(call has_target,$(dir),lint))
4242
TYPECHECKABLES := $(foreach dir,$(SUBMODULES),$(call has_target,$(dir),typecheck))
4343

4444
ifeq ($(AW_SYNC_ONLY),true)
45-
PACKAGEABLES := $(filter-out aw-server-rust,$(PACKAGEABLES))
45+
PACKAGEABLES := $(filter-out aw-server-rust aw-server, $(PACKAGEABLES))
4646
endif
4747

4848
# The `build` target

0 commit comments

Comments
 (0)