Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 2b670b8

Browse files
committed
updating code sample archives
1 parent 091e363 commit 2b670b8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

commands.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ clean-sample-code :
88
Snakefile config.yaml cluster.yaml results.txt \
99
zipf_analysis.tar.gz Pipfile.lock
1010
@find code/ -name '*.pyc' -exec rm {} \;
11+
@rm -f ./files/*
1112

1213
## package-sample-code: package the sample code into downloadable archive
1314
package-sample-code : clean-sample-code
1415
@echo Packing sample code ...
15-
@cd code && zip -r ../files/workflow-engines-lesson.zip *
16-
@cd code && tar czf ../files/workflow-engines-lesson.tar.gz *
16+
@cd code && zip -r ../files/workflow-engines-lesson.zip * .solutions
17+
@cd code && tar czf ../files/workflow-engines-lesson.tar.gz * .solutions

files/workflow-engines-lesson.tar.gz

837 Bytes
Binary file not shown.

files/workflow-engines-lesson.zip

5.22 KB
Binary file not shown.

0 commit comments

Comments
 (0)