summaryrefslogtreecommitdiff
blob: 8a1d79260cd51d63254f8ae8e21eda681adb9277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 1/config.mk
+++ 2/config.mk
@@ -8,8 +8,8 @@
 
 CC=gcc
 CFLAGS=-O2 -Wall
-BISON=bison
-#BISON=NONE
+#BISON=bison
+BISON=NONE
 
 # --------------------- Installation options ----------------------