Skip to content

Commit

Permalink
Made sure traces folder exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv3n committed Sep 10, 2014
1 parent ac2eb8f commit ed4c629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ traces.zip:
wget --quiet --output-document=traces.zip https://github.com/Sv3n/DRAMPowerTraces/archive/master.zip

traces: traces.zip
unzip traces.zip && mv DRAMPowerTraces-master/traces/* traces/ && rm -rf DRAMPowerTraces-master
unzip traces.zip && mkdir -p traces && mv DRAMPowerTraces-master/traces/* traces/ && rm -rf DRAMPowerTraces-master

.PHONY: clean pretty test traces

Expand Down

0 comments on commit ed4c629

Please sign in to comment.