aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2020-12-18 16:28:05 +0000
committerrodri <rgl@antares-labs.eu>2020-12-18 16:28:05 +0000
commit6b56dcfb94347af43b0213863b79bcee3530b742 (patch)
tree6f73352fd7c20522e84ee106e1630d2873f22720 /Makefile
parent47b8a9471fe006cef74d1ba8f8a2839fd8164041 (diff)
downloadechod-6b56dcfb94347af43b0213863b79bcee3530b742.tar.gz
echod-6b56dcfb94347af43b0213863b79bcee3530b742.tar.bz2
echod-6b56dcfb94347af43b0213863b79bcee3530b742.zip
added echo+ support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 132c7da..7499c81 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ O=o
TARG=udp7
OFILES=\
main.$O\
+ echoplus.$O\
util.$O\
HFILES=\