1 parent ef01704 commit a5c4b78Copy full SHA for a5c4b78
1 file changed
Makefile
@@ -12,4 +12,10 @@ run:
12
backend: configure
13
@./run backend
14
15
+services: configure
16
+ @./run services
17
+
18
+buildservices:
19
+ @./run buildservices
20
21
.PHONY: configure run
0 commit comments