summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 58738ee..d48263f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,13 @@
-all: mactelnet
+all: mactelnet mndp
clean: dist-clean
dist-clean:
- rm -f mactelnet
+ rm -f mactelnet mndp
mactelnet: config.h main.c udp.h udp.c mactelnet.c mactelnet.h console.c console.h devices.c devices.h
gcc -g -o mactelnet -lcrypto main.c udp.c mactelnet.c console.c devices.c
+
+mndp: config.h mndp.c
+ gcc -g -o mndp mndp.c