From 9febd5be3f04316b2e58795798c730ba47275ce9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 30 Nov 2010 19:22:29 -0500 Subject: Modified directory structure --- Makefile | 8 ++++---- 1 file 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} -- cgit