Add multi-threading

This commit is contained in:
Kevin Keogh
2017-07-30 10:53:27 -04:00
parent 9d0ed876ac
commit 7559bd23bb
4 changed files with 55 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
CC=gcc
CFLAGS=-Wall -fPIC -O3 -ansi -pedantic-errors
CFLAGS=-Wall -fPIC -O3 -ansi -pedantic-errors -pthread
LDFLAGS=-lm
PREFIX= /usr/local