aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-12 06:21:05 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-12 06:21:05 -0500
commit4df7bb4d762ff945fb7a823cb4c153cab7e3c273 (patch)
treebd58ead44eb3ff2c3e0d2935144bbe663d845b1a /Makefile
downloaduxd-4df7bb4d762ff945fb7a823cb4c153cab7e3c273.tar.gz
initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..a9ee0e3
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+CFLAGS=-O2 -fPIC -Wall
+
+all: uxd man
+
+test: uxd
+ ./uxd
+
+man: uxd.rst
+ rst2man uxd.rst > uxd.1
+
+clean:
+ rm -f uxd