From 4022f1050d65b6ab59876e24711a314e3475ed41 Mon Sep 17 00:00:00 2001 From: Tommaso Gorni Date: Wed, 30 Nov 2022 16:23:34 +0100 Subject: [PATCH] Added make source target to generate source code only --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f3c100a..246017e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -127,7 +127,7 @@ python-test: $(test_py) endif -.PHONY: cppcheck python-test python-install +.PHONY: cppcheck python-test python-install source if QMCKL_DEVEL @@ -218,6 +218,7 @@ $(qmckl_py): $(qmckl_i) $(qmckl_include_i) $(qmckl_wrap_c): $(qmckl_py) +source: $(TANGLED_FILES) CLEANFILES += $(qmckl_wrap_c) \ $(qmckl_include_i) \