Skip to content

Commit 1e9e3ae

Browse files
Merge pull request #65 from casework/add_case_1.0.0
Add CASE 1.0.0
2 parents d78453d + 44d8029 commit 1e9e3ae

36 files changed

+21525
-159
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ check: \
8888

8989
clean:
9090
@$(MAKE) \
91+
PYTHON3=$(PYTHON3) \
9192
--directory tests \
9293
clean
9394
@rm -f \
@@ -123,5 +124,6 @@ distclean: \
123124
download: \
124125
.git_submodule_init.done.log
125126
$(MAKE) \
127+
PYTHON3=$(PYTHON3) \
126128
--directory tests \
127129
download

0 commit comments

Comments
 (0)