Browse Source

Add rest make target

tags/v1.9.11
falkTX 6 years ago
parent
commit
02f0ee8ed4
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile View File

@@ -163,6 +163,9 @@ libjack: libs
plugin: backend bridges-plugin bridges-ui discovery
@$(MAKE) -C source/plugin

rest: libs
@$(MAKE) -C source/rest

theme: libs
@$(MAKE) -C source/theme



Loading…
Cancel
Save