Skip to content

Commit 6a537e2

Browse files
raress04teodutu
andauthored
Update chapters/io/optimizations/drills/tasks/async-server/solution/Makefile
Co-authored-by: Teodor Dutu <[email protected]>
1 parent 2bc2bbd commit 6a537e2

File tree

1 file changed

+1
-1
lines changed
  • chapters/io/optimizations/drills/tasks/async-server/solution

1 file changed

+1
-1
lines changed

chapters/io/optimizations/drills/tasks/async-server/solution/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ clean:
3535
-rm -f $(LOGGER)
3636

3737
test-file.txt:
38-
dd if=/dev/urandom of=test-file.txt bs=100 count=1MB
38+
dd if=/dev/urandom of=test-file.txt bs=1M count=100
3939
cp test-file.txt ../solution/test-file.txt
4040

4141
check:

0 commit comments

Comments
 (0)