summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2003-12-06 16:51:34 +0000
committererdgeist <>2003-12-06 16:51:34 +0000
commita562311d7c3d3d1f844f95f33df5daf8e9b95f04 (patch)
tree2a566bc0be95a723fb884fff9cc9313c1215a5ac
parent0c647f908b14bf27b0764d9cf9d5f3ce3b6f1985 (diff)
all target added
-rwxr-xr-xMakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7c1293..3037d9f 100755
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
1all: nudossi
2
1nudossi: 3nudossi:
2 gcc -O -o bin/nudossi src/nu_server.c 4 gcc -O -o bin/nudossi src/nu_server.c
3 strip bin/nudossi 5 strip bin/nudossi
@@ -7,4 +9,3 @@ debug:
7 9
8clean: 10clean:
9 rm -f bin/nudossi nudossi.core 11 rm -f bin/nudossi nudossi.core
10