Merge branch 'master' of gitlab-gepasp.in.tum.de:gra22s/team199
This commit is contained in:
commit
06992f0421
1 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ md2: ${OBJ}
|
|||
${CC} -o $@ $(OBJ) ${LDFLAGS}
|
||||
|
||||
t/%:
|
||||
@mkdir -p t
|
||||
@echo
|
||||
@echo "=== Generating ${subst t/,,$@}MB of random data... ==="
|
||||
dd if=/dev/random of=$@ bs=1M count=${subst t/,,$@} status=progress
|
||||
|
@ -67,4 +68,4 @@ benchmarks.csv: md2 ${TESTFILES}
|
|||
|
||||
benchmarks: benchmarks.csv
|
||||
|
||||
.PHONY: all clean help benchmarks
|
||||
.PHONY: all clean help benchmarks
|
||||
|
|
Loading…
Reference in a new issue