This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
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
7af54ba4f9
commit
3c10dcee95
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save