Removed commented code and added README.md

This commit is contained in:
2022-10-15 22:54:10 -05:00
parent 8540de1cd9
commit e920516382
3 changed files with 14 additions and 16 deletions
-4
View File
@@ -13,10 +13,6 @@ link:
gcc -o bin/producer.out build/producer.o build/shared.o
gcc -o bin/consumer.out build/consumer.o build/shared.o
exec: compile link
./bin/driver.out
clean:
rm build/*.o
rm bin/*.out