aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 9049b17..0000000
--- a/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-CFLAGS=-Wall -O2 -s
-LDFLAGS=-lpthread
-OBJS= \
- src/bus.c \
- src/netnuke.c \
- src/nukectl.c \
- src/output_redirect.c
-
-all:
- cc ${CFLAGS} ${LDFLAGS} -o netnuke ${OBJS}
- du -sh netnuke
-clean:
- rm -rf netnuke