Browse Source

frontend target requires backend one to finish first

Signed-off-by: falkTX <falktx@falktx.com>
pull/1723/head
falkTX 2 years ago
parent
commit
3c10dcee95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -184,7 +184,7 @@ bridges-ui: libs
discovery: libs
@$(MAKE) -C source/discovery

frontend: libs
frontend: backend
ifeq ($(HAVE_FRONTEND),true)
@$(MAKE) -C source/frontend
endif


Loading…
Cancel
Save