aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 0c10d3a8a2c07d744cfd13d4238ea7f51cf62286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CFLAGS=-O2 -fPIC -Wall

.PHONY: all test man clean

all: uxd man

test: uxd
	./uxd

man: uxd.1

uxd.1: uxd.rst
	rst2man uxd.rst > uxd.1

clean:
	rm -f uxd