summaryrefslogtreecommitdiff
path: root/menuselect/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2009-04-14 21:01:53 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2009-04-14 21:01:53 +0300
commit485e7216440ef4bed14785b9434e8763f307c735 (patch)
treed3b70c786fa4eec10ca9019afc83a4b947c89795 /menuselect/Makefile
parentfd5f40c9032489be3db0c53eb97ca560bdea425b (diff)
dummy-select: a version for asteris 1.6.2/trunk
Diffstat (limited to 'menuselect/Makefile')
-rw-r--r--menuselect/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/menuselect/Makefile b/menuselect/Makefile
new file mode 100644
index 0000000..b8e5d5e
--- /dev/null
+++ b/menuselect/Makefile
@@ -0,0 +1,17 @@
+all:
+
+clean:
+
+dist-clean:
+
+makeopts:
+
+menuselect:
+ ./menuselelct
+
+# Generate some dummy files to satifsy dependencies from the main
+# Makefile.
+dummies:
+ touch linkedlists.h menuselect.c menuselect_curses.c \
+ menuselect.h menuselect_stub.c
+