Skip to content

Commit ea73790

Browse files
committed
add: install placeholders
1 parent fbac83c commit ea73790

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile.install

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ install: msg = Dcape install start
125125
install: .stamp init-all setup-all ps
126126
@$(MAKE) -s .stamp msg="Dcape install done"
127127

128+
install-minimal:
129+
@echo "Not implemented. WIP"
130+
131+
install-minimal-acme:
132+
@echo "Not implemented. WIP"
133+
128134
# Upgrade dcape to v3
129135
upgrade-v3: msg = Dcape upgrade start
130136
upgrade-v3: .stamp init-all

0 commit comments

Comments
 (0)