Skip to content

Commit

Permalink
Remove unnecessary variable on line 17
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfung committed Apr 12, 2017
1 parent 7bcbef0 commit 19b83b9
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 19b83b9

Please sign in to comment.