Skip to content

Commit cabf1d0

Browse files
committed
Makefile [skip ci]
add `make touch` target
1 parent 3d1cac2 commit cabf1d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ build:
1919
bash:
2020
$(compose) exec wiki bash
2121

22+
.PHONY: touch
23+
touch:
24+
$(show-current-target)
25+
$(compose) exec wiki touch LocalSettings.php
26+
2227
# ======== Run ========
2328

2429
.PHONY: sqlite-up

0 commit comments

Comments
 (0)