diff options
| author | J08nY | 2017-02-10 01:24:48 +0100 |
|---|---|---|
| committer | J08nY | 2017-02-10 01:24:48 +0100 |
| commit | de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d (patch) | |
| tree | 6d5b6923cf7443e14004e779258b4c546cf769b5 /src/Makefile | |
| parent | 79b29481b1c4d13063dd8b6ee6a1d0d70a54faab (diff) | |
| download | ecgen-de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d.tar.gz ecgen-de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d.tar.zst ecgen-de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d.zip | |
Properly split into submodules
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
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)) |
