diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-11-30 19:22:29 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-11-30 19:22:29 -0500 |
commit | 9febd5be3f04316b2e58795798c730ba47275ce9 (patch) | |
tree | a2794b88b3051c278b66622d6cd66403aac15ed2 | |
parent | fb35c173646f9e16dc0840bc636c696bef56cb2a (diff) | |
download | NetNuke2-9febd5be3f04316b2e58795798c730ba47275ce9.tar.gz |
Modified directory structure
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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} |