From 879ad57dfd884c24297085f0ac3abb4d89f2cc70 Mon Sep 17 00:00:00 2001 From: "Mark A. Miller" Date: Wed, 30 Oct 2024 11:57:27 -0400 Subject: [PATCH] resynchronized .PHONY lists --- Makefile | 12 +++++++++--- project.Makefile | 6 ++++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 3caf3f16..d5773a49 100644 --- a/Makefile +++ b/Makefile @@ -32,10 +32,16 @@ ifdef LINKML_COOKIECUTTER_GEN_DOC_ARGS GEN_DARGS = ${LINKML_COOKIECUTTER_GEN_DOC_ARGS} endif +.PHONY: all clean gen-project gendoc site test test-python -# basename of a YAML file in model/ -.PHONY: all \ -clean gen-project gendoc schema-clean site test test-python +# from project.Makefile +.PHONY: schema-clean + +# not declared phony by the cookiecutter this repo was bootstrapped from +.PHONY: check check-config cruft-check cruft-diff git-add git-commit git-init git-init-add git-status help \ +lint run-examples serve setup status test-schema testdoc update update-linkml update-template + +# .PHONY: mkd-% # ??? # note: "help" MUST be the first target in the file, # when the user types "make" they should get help info diff --git a/project.Makefile b/project.Makefile index e1d97031..7d5978d2 100644 --- a/project.Makefile +++ b/project.Makefile @@ -1,7 +1,9 @@ RUN=poetry run -.PHONY: modifications-clean run-linkml-validation schema-clean schema_all \ -sheets_and_friends-clean sheets_and_friends_all +.PHONY: modifications-clean schema-clean sheets_and_friends-clean dh-build dh-dev examples-clean post-clean \ +run-examples squeaky-clean + +# .PHONY clean # from Makefile squeaky-clean: clean schema-clean