Skip to content

Commit

Permalink
Merge pull request #82 from juanfung/gh-pages
Browse files Browse the repository at this point in the history
Remove unnecessary variable in 09/conclusion-challenge-2/Makefile
This variable was not defined, so served no purpose.
  • Loading branch information
gcapes committed Apr 13, 2017
2 parents 7bcbef0 + 19b83b9 commit e75a9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/09-conclusion-challenge-2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(ZIPF_ARCHIVE) : $(ZIPF_DIR)
tar -czf $@ $<

$(ZIPF_DIR): Makefile results.txt \
$(DAT_FILES) $(PNG_FILES) $(RESULTS_TXT) \
$(DAT_FILES) $(PNG_FILES) \
$(COUNT_SRC) $(PLOT_SRC) $(ZIPF_SRC)
mkdir -p $@
cp $^ $@
Expand Down

0 comments on commit e75a9ec

Please sign in to comment.