aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2009-09-23 01:23:01 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2009-09-23 01:23:01 -0400
commitb78b5de00ee3a127ed1dad01d18e96338ea0ab92 (patch)
tree27294ccb8389bfdc18b844ed8eece10f81dc9ce1 /Makefile
parentb2789c83b78ccc41b1ec7429edd88fcdd9cea69e (diff)
downloadNetNuke-b78b5de00ee3a127ed1dad01d18e96338ea0ab92.tar.gz
Tons of little changes. A log file is now generated with relevent information in /tmp/netnuke.log
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7008970..4d42675 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ LFLAGS=-lutil -ltermcap
PACKAGE=netnuke
all:
- cc -o $(PACKAGE) $(DEFINES) $(CFLAGS) $(LFLAGS) netnuke.c
+ cc -o $(PACKAGE) $(DEFINES) $(CFLAGS) $(LFLAGS) netnuke.c log.c
strip netnuke
clean: