aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}