Fix: dont fail
This commit is contained in:
parent
5c73cccba2
commit
3ee05e6af6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ md2: ${OBJ}
|
||||||
${CC} -o $@ $(OBJ) ${LDFLAGS}
|
${CC} -o $@ $(OBJ) ${LDFLAGS}
|
||||||
|
|
||||||
t/%:
|
t/%:
|
||||||
@mkdir t
|
@mkdir -p t
|
||||||
@echo
|
@echo
|
||||||
@echo "=== Generating ${subst t/,,$@}MB of random data... ==="
|
@echo "=== Generating ${subst t/,,$@}MB of random data... ==="
|
||||||
dd if=/dev/random of=$@ bs=1M count=${subst t/,,$@} status=progress
|
dd if=/dev/random of=$@ bs=1M count=${subst t/,,$@} status=progress
|
||||||
|
|
Loading…
Reference in a new issue