mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-23 04:44:03 +01:00
Added make source target to generate source code only
This commit is contained in:
parent
088bca96f3
commit
4022f1050d
@ -127,7 +127,7 @@ python-test: $(test_py)
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: cppcheck python-test python-install
|
.PHONY: cppcheck python-test python-install source
|
||||||
|
|
||||||
|
|
||||||
if QMCKL_DEVEL
|
if QMCKL_DEVEL
|
||||||
@ -218,6 +218,7 @@ $(qmckl_py): $(qmckl_i) $(qmckl_include_i)
|
|||||||
|
|
||||||
$(qmckl_wrap_c): $(qmckl_py)
|
$(qmckl_wrap_c): $(qmckl_py)
|
||||||
|
|
||||||
|
source: $(TANGLED_FILES)
|
||||||
|
|
||||||
CLEANFILES += $(qmckl_wrap_c) \
|
CLEANFILES += $(qmckl_wrap_c) \
|
||||||
$(qmckl_include_i) \
|
$(qmckl_include_i) \
|
||||||
|
Loading…
Reference in New Issue
Block a user