summaryrefslogtreecommitdiffstats
path: root/unix/make/Makefile.CMD
diff options
context:
space:
mode:
Diffstat (limited to 'unix/make/Makefile.CMD')
-rw-r--r--unix/make/Makefile.CMD5
1 files changed, 5 insertions, 0 deletions
diff --git a/unix/make/Makefile.CMD b/unix/make/Makefile.CMD
new file mode 100644
index 00000000..04cd1601
--- /dev/null
+++ b/unix/make/Makefile.CMD
@@ -0,0 +1,5 @@
+
+$(TARG): $(OFILES)
+ $(CC) -o $(TARG) $(OFILES) -L$(PREFIX)/lib -L../libutf -L../libfmt -L../libbio -L../libregexp -lregexp9 -lbio -lfmt -lutf
+
+