aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-17 12:24:36 +0200
committerMattias Andrée <maandree@kth.se>2021-04-17 12:24:36 +0200
commitd37d1f54c986ff67af0e5edc62af60a4a1a21324 (patch)
treebee3bf705f8b67c3887b6846d52cafe72c6b7d68 /Makefile
parentAdd inclusion guard to libparser.h (diff)
downloadlibparser-d37d1f54c986ff67af0e5edc62af60a4a1a21324.tar.gz
libparser-d37d1f54c986ff67af0e5edc62af60a4a1a21324.tar.bz2
libparser-d37d1f54c986ff67af0e5edc62af60a4a1a21324.tar.xz
Do not use libsimple outside of the generator
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8628b0..9d3fc05 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ calc-example/calc-syntax.o: calc-example/calc-syntax.c libparser.h
$(CC) -fPIC -c -o $@ $< $(CPPFLAGS) $(CFLAGS)
libparser-generate: libparser-generate.o
- $(CC) -o $@ libparser-generate.o $(LDFLAGS)
+ $(CC) -o $@ libparser-generate.o $(LDFLAGS) -lsimple
libparser.a: libparser.o
$(AR) rc $@ libparser.o