aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 1068da92d7d49d5c1e2c10a17771444a0c70ff8f (plain)
1
2
3
4
5
6
7
CFLAGS += -Wall -pedantic

rtty: rtty.c

install: rtty
	install rtty /usr/local/bin
	install -m 644 rtty.1 /usr/local/man/man1