Skip to content

Commit 663dbc3

Browse files
MartinDeviclaude
andcommitted
fix: restore original .PHONY ordering in Makefile.jinja
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 409b6db commit 663dbc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/Makefile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: installdeps setup-vespa start-vespa stop-vespa reset-vespa migrate-vespa verify-vespa ingest search mcp bruno generate-vespa-lock install-workflows start-examples execute-ingestion
1+
.PHONY: installdeps install-workflows setup-vespa start-vespa stop-vespa reset-vespa migrate-vespa verify-vespa ingest search mcp bruno generate-vespa-lock start-examples execute-ingestion
22

33
ifneq (,$(wildcard .env))
44
include .env

0 commit comments

Comments
 (0)