aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJ08nY2017-05-20 22:03:43 +0200
committerJ08nY2017-05-20 22:03:43 +0200
commitfd170a41d12db27e722f39832d4689eed3ad14b2 (patch)
tree98915a6436b1dfb564f2b402cada8bfcde165709 /src/Makefile
parent132a768b5718cef1ff621380f2dcf21cd0553404 (diff)
downloadecgen-fd170a41d12db27e722f39832d4689eed3ad14b2.tar.gz
ecgen-fd170a41d12db27e722f39832d4689eed3ad14b2.tar.zst
ecgen-fd170a41d12db27e722f39832d4689eed3ad14b2.zip
Add notice about not finished/implemented parts to README
- Also to --help output - Also add notes about used libraries and their licenses - Fix CMake build by adding src/util/*.c
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index bf3fc48..7d0c83f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -21,8 +21,6 @@ LIBS = -lrt -lpari -lpthread -lparson -lsha1
####
-VPATH = cm:invalid:io:exhaustive:math
-
ECGEN_SRC = ecgen.c $(wildcard */*.c)
ECGEN_OBJ = $(patsubst %.c,%.o, $(ECGEN_SRC))