removed old include flag

This commit is contained in:
overflowerror 2021-05-07 00:19:20 +02:00
parent 5638ddd456
commit 92798cb6c9

View file

@ -1,6 +1,6 @@
CC = gcc
LD = gcc
CFLAGS = -Wall -g -std=c99 -ICFloor/src/ -ICson/src/ -ICson/marshaller/lib/ -D_POSIX_SOURCE -D_XOPEN_SOURCE=500
CFLAGS = -Wall -g -std=c99 -ICFloor/src/ -ICson/src/ -D_POSIX_SOURCE -D_XOPEN_SOURCE=500
LDFLAGS = -lpthread -lrt
CFLOOR_LIB = CFloor/libcfloor.a