commit 6d258086f25fdba0f0d2c3e99fbf29051a01f95a
parent d8c2180a36392d73b0d00de704d8811af0bf2e5c
Author: espie <espie>
Date: Mon, 3 Jul 2017 22:21:47 +0000
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing instead of CLEANFILES += y.tab.h
okay millert@
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -10,6 +10,7 @@ BINGRP= root
BINMODE=4111
CFLAGS+= -I${CURDIR}
-COPTS+= -Wall -Wextra -Werror -pedantic -std=c11
+COPTS+= -Wall -Wextra -Werror -pedantic
+YFLAGS=
include bsd.prog.mk