mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-19 20:42:50 +01:00
Merge pull request #94 from tgorni/master
Added make source target to generate source code only
This commit is contained in:
commit
68f11784ff
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user