]> arthur.barton.de Git - aclock.git/blobdiff - Makefile
axify project and add some documentation
[aclock.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..39c9d4a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,18 @@
+#
+# Makefile
+#
+
+SUBDIRS = 
+
+all: aclock
+
+aclock: aclock-termcap
+       ln -s aclock-termcap aclock
+
+aclock-termcap:
+       cc aclock-unix-termcap.c -o aclock-termcap -ltermcap -lm
+
+clean-local:
+       rm -f aclock aclock-termcap
+
+include ./Makefile.ax