Skip to content

Commit a5c4b78

Browse files
committed
build: added services and buildservices options
1 parent ef01704 commit a5c4b78

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@ run:
1212
backend: configure
1313
@./run backend
1414

15+
services: configure
16+
@./run services
17+
18+
buildservices:
19+
@./run buildservices
20+
1521
.PHONY: configure run

0 commit comments

Comments
 (0)