diff options
| author | J08nY | 2017-02-28 17:58:55 +0100 |
|---|---|---|
| committer | J08nY | 2017-02-28 17:58:55 +0100 |
| commit | a6d27df32cba91c90c7f936b148ab13c02b745ac (patch) | |
| tree | 41b88cb5694e510c9e610a694aebafafc06f1252 /src/Makefile | |
| parent | 2cbd1a82a756f15cfb987713bce6ac02dad64623 (diff) | |
| download | ecgen-a6d27df32cba91c90c7f936b148ab13c02b745ac.tar.gz ecgen-a6d27df32cba91c90c7f936b148ab13c02b745ac.tar.zst ecgen-a6d27df32cba91c90c7f936b148ab13c02b745ac.zip | |
fixed leak in io/output.c
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 74378ab..48e21f2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -14,7 +14,7 @@ LDFLAGS = -L../lib GP_CFLAGS = -O3 -Wall -fomit-frame-pointer -fno-strict-aliasing -fPIC GPFLAGS = -g -i4 -INCLUDES = -I. -I../lib -Icm -Iinvalid -Iio -Irandom -Iexhaustive -Imath +INCLUDES = -I. -I../lib LIBS = -lrt -lpari -lparson #### |
