summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 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: