From c1e3206968f9878f8b7883cc7c313cd930c86d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 18 Sep 2021 02:10:30 +0200 Subject: Add README, fix C89 compliance --- mktpl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mktpl/Makefile') diff --git a/mktpl/Makefile b/mktpl/Makefile index 0e7363b..f413714 100644 --- a/mktpl/Makefile +++ b/mktpl/Makefile @@ -1,6 +1,7 @@ +CFLAGS += -std=c89 -Wall -pedantic -Wno-parentheses LDLIBS += -lfl mktpl: mktpl.c mktpl.c: mktpl.lex - flex -omktpl.c mktpl.lex + flex -omktpl.c mktpl.lex \ No newline at end of file -- cgit v1.2.3