Skip to content

Commit

Permalink
Remove counts.txt from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Mar 18, 2019
1 parent ab8c0b4 commit 209dda0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -42,9 +42,6 @@ ipynb/ch7.ipynb: $(FIGURES)/optimization_comparison.png

ipynb/ch8.ipynb: data/dm6.fa

data/counts.txt: data/counts.txt.bz2
bunzip2 -d -k -f data/counts.txt.bz2

data/dm6.fa: data/dm6.fa.gz
gunzip -f -k $<

Expand Down Expand Up @@ -108,7 +105,7 @@ $(BUILD_NB)/%.ipynb: %.markdown style/elegant.mplstyle build_dirs
# .SECONDARY: Ensure ipynb files are not deleted after being generated.
NBS_ := $(addprefix $(BUILD_NB)/,$(TITLES))
nbs: $(addsuffix .ipynb,$(NBS_))
.SECONDARY: nbs data/counts.txt data/dm6.fa data/dm6.fa.gz
.SECONDARY: nbs data/dm6.fa data/dm6.fa.gz

# .PHONY: Special Makefile variable specifying targets that don't
# correspond to any actual files.
Expand Down

0 comments on commit 209dda0

Please sign in to comment.