1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-23 03:07:46 +02:00

Added make source target to generate source code only

This commit is contained in:
Tommaso Gorni 2022-11-30 16:23:34 +01:00
parent 088bca96f3
commit 4022f1050d

View File

@ -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) \