Skip to content
Snippets Groups Projects
Commit 4fc18f3f authored by Ion-Dorinel FILIP (25005)'s avatar Ion-Dorinel FILIP (25005)
Browse files

Removed rule that does not apply for running on mininet/multiple machines

parent d31044f1
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,5 @@ client: client.c include/utils.h lib/queue.o lib/list.o
random_file:
dd if=/dev/urandom of=file.bin bs=1024 count=1000
run_benchmark: server client
./server &
./client
clean:
rm -f server client file.bin received_file.bin *.o include/*.h.gch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment