Skip to content

Commit

Permalink
build: fixed including aw-webui by building it before aw-server (fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 25, 2023
1 parent ec46f86 commit f0e71a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: all aw-server aw-webui build install package set-version test test-coverage test-coverage-tarpaulin test-coverage-grcov coverage coverage-html coverage-lcov

all: build
build: aw-server aw-webui
build: aw-server

DESTDIR :=
ifeq ($(SUDO_USER),)
Expand All @@ -20,7 +20,7 @@ else
targetdir := release
endif

aw-server: set-version
aw-server: set-version aw-webui
cargo build $(cargoflag) --bin aw-server

aw-webui:
Expand Down
2 changes: 1 addition & 1 deletion aw-webui

0 comments on commit f0e71a8

Please sign in to comment.