Skip to content

Commit 3c40425

Browse files
committed
Rename docker dir to cpp-base
1 parent fbf677f commit 3c40425

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ export VERSION ?= $(shell git rev-parse --short HEAD)
55
.PHONY: build
66
build:
77
$(MAKE) -C admin build
8-
$(MAKE) -C docker build
8+
$(MAKE) -C cpp-base build
99
$(MAKE) -C web build
1010

1111
.PHONY: push
1212
push:
1313
$(MAKE) -C admin push
14-
$(MAKE) -C docker push
14+
$(MAKE) -C cpp-base push
1515
$(MAKE) -C web push
1616

1717
.PHONY: clean
1818
clean:
1919
$(MAKE) -C admin clean
20-
$(MAKE) -C docker clean
20+
$(MAKE) -C cpp-base clean
2121
$(MAKE) -C web clean

0 commit comments

Comments
 (0)