summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--[-rwxr-xr-x]inc/recover.h0
-rw-r--r--[-rwxr-xr-x]src/ddhardrescue.c0
-rw-r--r--[-rwxr-xr-x]src/recover.c0
-rw-r--r--[-rwxr-xr-x]src/slices.c0
5 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d49717f..fdbd50d 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ obj/%.o:
gcc -c -o $@ $< $(CFLAGS)
deps/%.d: src/%.c
- gcc -o $@ $< $(CFLAGS) -MM -MG -MT $(patsubst src/%.c,obj/%.o,$<)
+ gcc -MM -o $@ $< $(CFLAGS) -MG -MT $(patsubst src/%.c,obj/%.o,$<)
Makefile src/%.c inc/%.h: ;
diff --git a/inc/recover.h b/inc/recover.h
index eee8141..eee8141 100755..100644
--- a/inc/recover.h
+++ b/inc/recover.h
diff --git a/src/ddhardrescue.c b/src/ddhardrescue.c
index 9f355b3..9f355b3 100755..100644
--- a/src/ddhardrescue.c
+++ b/src/ddhardrescue.c
diff --git a/src/recover.c b/src/recover.c
index b4f0da7..b4f0da7 100755..100644
--- a/src/recover.c
+++ b/src/recover.c
diff --git a/src/slices.c b/src/slices.c
index 21fdd3b..21fdd3b 100755..100644
--- a/src/slices.c
+++ b/src/slices.c