From abc2efa5cc903071602bf78440dde3e6c8ebe776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 12 Jul 2021 13:05:54 +0200 Subject: Speed up xterm start --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9adada0..dd8a5b6 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ CFLAGS != pkg-config --cflags x11 LDFLAGS != pkg-config --libs x11 -CFLAGS += -O2 +CFLAGS += -O2 -Wall -pedantic -tterm: tterm.c +all: tterm u install: - install tterm /usr/local/bin + install tterm u /usr/local/bin -- cgit v1.2.3