summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3113d3..0902c29 100644
--- a/Makefile
+++ b/Makefile
@@ -21,4 +21,4 @@ mactelnetd: config.h mactelnetd.c udp.h udp.c protocol.c protocol.h console.c co
gcc -g -DUSERSFILE='"/etc/mactelnetd.users"' -o mactelnetd -lcrypto mactelnetd.c udp.c protocol.c console.c users.c
mndp: config.h mndp.c protocol.h
- gcc -g -o mndp mndp.c
+ gcc -g -o mndp mndp.c protocol.c