Files
2018-06-08 00:50:59 -07:00

9 lines
130 B
Makefile

all: clean build
clean:
rm -f *.o
rm -f concurrency4
build:
gcc main.c mt19937ar.h -o concurrency4 -std=c99 -lpthread -lrt