diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-17 13:05:39 -0400 |
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-17 13:05:39 -0400 |
| commit | 4eea3bc9a09d90187a025c0eb4462dbfdc4a8234 (patch) | |
| tree | 817ee48ea97198f337252e9cb65ddb30e357dd6b /Makefile | |
| parent | 8a7e1f1f3007136f06049a0b89d71dda70ab0a6f (diff) | |
| download | NetNuke-4eea3bc9a09d90187a025c0eb4462dbfdc4a8234.tar.gz | |
human_readable.c (on linux) stopped working, so i had to comment out fts.h for no reason.
i discovered a bug in static pattern writing that did not fill the buffer correctly. now it works fine.
messing with the makefiles, but nothing much has changed
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ LFLAGS=-lutil -ltermcap PACKAGE=netnuke all: - gcc $(SVNDEF) -o $(PACKAGE) $(DEFINES) $(CFLAGS) $(LFLAGS) netnuke.c + cc -o $(PACKAGE) $(DEFINES) $(CFLAGS) $(LFLAGS) netnuke.c strip netnuke clean: |
