summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--atasmart.c (renamed from smart.c)0
-rw-r--r--atasmart.h (renamed from smart.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e3ed42b..396c5bf 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@ LIBS=
all: skdump sktest
-skdump: smart.o skdump.o
+skdump: atasmart.o skdump.o
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
-sktest: smart.o sktest.o
+sktest: atasmart.o sktest.o
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
clean:
diff --git a/smart.c b/atasmart.c
index 9d8a530..9d8a530 100644
--- a/smart.c
+++ b/atasmart.c
diff --git a/smart.h b/atasmart.h
index bc4100e..bc4100e 100644
--- a/smart.h
+++ b/atasmart.h