1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-01 10:55:36 +02:00

Merge pull request #94 from tgorni/master

Added make source target to generate source code only
This commit is contained in:
Anthony Scemama 2022-12-01 09:53:37 +01:00 committed by GitHub
commit 68f11784ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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