summaryrefslogtreecommitdiffstats
path: root/libtecla-1.6.3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libtecla-1.6.3/Makefile')
-rw-r--r--libtecla-1.6.3/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/libtecla-1.6.3/Makefile b/libtecla-1.6.3/Makefile
new file mode 100644
index 0000000..cf89638
--- /dev/null
+++ b/libtecla-1.6.3/Makefile
@@ -0,0 +1,12 @@
+default:
+ ./configure
+ $(MAKE)
+
+distclean:
+ ./configure --without-man-pages
+ $(MAKE) $@
+
+normal reentrant demos demos_r clean install_lib install_bin install_inc \
+ install_man install:
+ ./configure
+ $(MAKE) $@