summaryrefslogtreecommitdiffstats
path: root/tc
diff options
context:
space:
mode:
Diffstat (limited to 'tc')
-rw-r--r--tc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tc/Makefile b/tc/Makefile
index 739f5d12..5da97b6f 100644
--- a/tc/Makefile
+++ b/tc/Makefile
@@ -54,6 +54,9 @@ LDLIBS += -L. -ltc -lm -ldl
LDFLAGS += -Wl,-export-dynamic
+YACC := bison
+LEX := flex
+
%.so: %.c
$(CC) $(CFLAGS) -shared -fpic $< -o $@