Added OS II assignments

This commit is contained in:
2018-06-08 00:50:59 -07:00
parent 43b3555da8
commit 06c37d59e1
76 changed files with 103393 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
all: clean build
clean:
rm -f *.o
rm -f concurrency4
build:
gcc main.c mt19937ar.h -o concurrency4 -std=c99 -lpthread -lrt