Fix typo in header

This commit is contained in:
Jan Eitzinger
2019-03-13 14:46:35 +01:00
parent 4dadbdf4b3
commit 04306aa254
16 changed files with 17 additions and 17 deletions

View File

@@ -1,9 +1,9 @@
CC = gcc
LINKER = $(CC)
OPENMP = # -fopenmp
OPENMP = -fopenmp
CFLAGS = -Ofast -std=c11 $(OPENMP)
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =
LIBS =
LIBS = -lpthread