Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 399a4ef

Browse files
authored
fix(makefile): fix typo in PHONY
1 parent d67e903 commit 399a4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PONY: build deps composer-install composer-update composer reload test run-tests start stop destroy doco rebuild start-local
1+
.PHONY: build deps composer-install composer-update composer reload test run-tests start stop destroy doco rebuild start-local
22

33
current-dir := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
44

0 commit comments

Comments
 (0)