summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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