summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-12 13:05:54 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-12 13:05:54 +0200
commitabc2efa5cc903071602bf78440dde3e6c8ebe776 (patch)
tree4695482c1a1cca23db2aab4285840d19ffe549a4 /Makefile
parent88f2e0d88c7571a0362cb864ce8b88242865aa39 (diff)
downloadtterm-abc2efa5cc903071602bf78440dde3e6c8ebe776.tar.gz
Speed up xterm startHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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