summaryrefslogtreecommitdiffstats
path: root/unix/vncmkdepend/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unix/vncmkdepend/Makefile')
-rw-r--r--unix/vncmkdepend/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/vncmkdepend/Makefile b/unix/vncmkdepend/Makefile
new file mode 100644
index 00000000..32783681
--- /dev/null
+++ b/unix/vncmkdepend/Makefile
@@ -0,0 +1,4 @@
+SRCS = include.c main.c parse.c pr.c cppsetup.c ifparser.c
+OBJS = $(SRCS:.c=.o)
+vncmkdepend: $(OBJS)
+ $(CC) $^ -o $@