diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-01 00:33:35 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-01 00:33:35 -0500 |
commit | fa8f1206397467953a514fcf20a46584633a6993 (patch) | |
tree | 90613772aee18078c0318592284fdc90fc82cc98 | |
parent | c3ee6d2ba44743df7d63135dcaba658f4f16a638 (diff) | |
download | NetNuke2-fa8f1206397467953a514fcf20a46584633a6993.tar.gz |
Deleted original makefile
-rw-r--r-- | Makefile | 13 |
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 |