aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2010-11-30 19:22:29 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2010-11-30 19:22:29 -0500
commit9febd5be3f04316b2e58795798c730ba47275ce9 (patch)
treea2794b88b3051c278b66622d6cd66403aac15ed2
parentfb35c173646f9e16dc0840bc636c696bef56cb2a (diff)
downloadNetNuke2-9febd5be3f04316b2e58795798c730ba47275ce9.tar.gz
Modified directory structure
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index af12fca..9049b17 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
CFLAGS=-Wall -O2 -s
LDFLAGS=-lpthread
OBJS= \
- bus.c \
- netnuke.c \
- nukectl.c \
- output_redirect.c
+ src/bus.c \
+ src/netnuke.c \
+ src/nukectl.c \
+ src/output_redirect.c
all:
cc ${CFLAGS} ${LDFLAGS} -o netnuke ${OBJS}