summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <>2004-02-26 04:58:45 +0000
committererdgeist <>2004-02-26 04:58:45 +0000
commit78011b55064b08b0628914e5d32972e23c94b5af (patch)
tree1ae579d24db5b508e45c6e3e633b3d5b3143e2cb /Makefile
parentc4f276515855dc4b3f5457adaa41148281b4b8a8 (diff)
LANMAN still not working, but we're on our way
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3037d9f..270b1f4 100755
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,11 @@
1all: nudossi 1all: nudossi
2 2
3nudossi: 3nudossi:
4 gcc -O -o bin/nudossi src/nu_server.c 4 gcc -O -o bin/nudossi src/nu_server.c src/nu_lanman.c
5 strip bin/nudossi 5 strip bin/nudossi
6 6
7debug: 7debug:
8 gcc -g -o bin/nudossi src/nu_server.c 8 gcc -g -o bin/nudossi src/nu_server.c src/nu_lanman.c
9 9
10clean: 10clean:
11 rm -f bin/nudossi nudossi.core 11 rm -f bin/nudossi nudossi.core