aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJ08nY2017-02-10 01:24:48 +0100
committerJ08nY2017-02-10 01:24:48 +0100
commitde90c5cd76bcd45c82f34d1f3d60b529b7d5a86d (patch)
tree6d5b6923cf7443e14004e779258b4c546cf769b5 /src/Makefile
parent79b29481b1c4d13063dd8b6ee6a1d0d70a54faab (diff)
downloadecgen-de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d.tar.gz
ecgen-de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d.tar.zst
ecgen-de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d.zip
Properly split into submodules
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index d28102c..397ed22 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -14,12 +14,12 @@ 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
+INCLUDES=-I. -I../lib -Icm -Iinvalid -Iio -Irandom -Iexhaustive
LIBS=-lpari -lparson
####
-VPATH = cm:invalid:io:random:math
+VPATH = cm:invalid:io:exhaustive:math
GP =
GPC = $(addsuffix .c, $(GP))