summaryrefslogtreecommitdiff
path: root/Makefile
blob: dd8a5b6bc5072e62d2c1e2270c9a4e60a1757d78 (plain)
1
2
3
4
5
6
7
8
CFLAGS != pkg-config --cflags x11
LDFLAGS != pkg-config --libs x11
CFLAGS += -O2 -Wall -pedantic

all: tterm u

install:
	install tterm u /usr/local/bin