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,9 @@
all: clean build
clean:
rm -f *.o
rm -f concurrency3_problem1 concurrency3_problem2
build:
gcc problem1.c mt19937ar.h -o concurrency3_problem1 -std=c99 -lpthread -lrt
gcc problem2.c mt19937ar.h -o concurrency3_problem2 -std=c99 -lpthread -lrt