aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9ee0e3..0c10d3a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,15 @@
CFLAGS=-O2 -fPIC -Wall
+.PHONY: all test man clean
+
all: uxd man
test: uxd
./uxd
-man: uxd.rst
+man: uxd.1
+
+uxd.1: uxd.rst
rst2man uxd.rst > uxd.1
clean: