fix makefile
authorArjan van de Ven <arjan@linux.intel.com>
Sat, 17 Jan 2009 14:51:21 +0000 (16:51 +0200)
committerArjan van de Ven <arjan@linux.intel.com>
Sat, 17 Jan 2009 14:51:21 +0000 (16:51 +0200)
.gitignore
Makefile

index 7410723..2623e3e 100644 (file)
@@ -3,4 +3,4 @@ DEADJOE
 extract_oops
 core.*
 corewatcher
-
+*.o
index 485b861..9fccd64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,9 @@ CFLAGS = -O2 -g -Wall -W -D_FORTIFY_SOURCE=2 -fstack-protector
 
 LIBS = corewatcher.o find_file.o
 corewatcher: $(LIBS) coredumper.h Makefile
-       gcc $(CFLAGS) $(LIBS) -o extract_core
+       gcc $(CFLAGS) $(LIBS) -o corewatcher
        
 clean:
-       rm -f *.o extract_core DEADJOE corewatches *~
+       rm -f *.o extract_core DEADJOE corewatcher *~
        
        
\ No newline at end of file