From ef1729c0f2f85ed66b9b5accbc0eb9a62af36ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 7 Jun 2021 19:41:00 +0200 Subject: Get it working --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 00825f5..9adada0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CFLAGS != pkg-config --cflags x11 LDFLAGS != pkg-config --libs x11 -CFLAGS += -O2 -pedantic -Wall -Wextra +CFLAGS += -O2 tterm: tterm.c -- cgit v1.2.3