aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
-rw-r--r--.gitignore2
-rw-r--r--Makefile4
-rw-r--r--sparse.c (renamed from check.c)0
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 6a12c5c3..20100a95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,7 +11,7 @@ pre-process.h
test-lexing
test-parsing
obfuscate
-check
+sparse
compile
graph
test-dissect
diff --git a/Makefile b/Makefile
index 2dcd5143..09cc1412 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ compile: compile.o compile-i386.o $(LIBS)
obfuscate: obfuscate.o $(LIBS)
$(CC) $(LDFLAGS) -o $@ $< $(LIBS)
-sparse: check.o $(LIBS)
+sparse: sparse.o $(LIBS)
$(CC) $(LDFLAGS) -o $@ $< $(LIBS)
graph: graph.o $(LIBS)
@@ -119,7 +119,7 @@ test-dissect.o: $(LIB_H) dissect.h
compile.o: $(LIB_H) compile.h
compile-i386.o: $(LIB_H) compile.h
tokenize.o: $(LIB_H)
-check.o: $(LIB_H)
+sparse.o: $(LIB_H)
obfuscate.o: $(LIB_H)
example.o: $(LIB_H)
storage.o: $(LIB_H) storage.h
diff --git a/check.c b/sparse.c
index 6c06988d..6c06988d 100644
--- a/check.c
+++ b/sparse.c