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

all: uxd man

test: uxd
	./uxd

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

clean:
	rm -f uxd