summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--smart.c (renamed from smartkit.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab81e6b..494183f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CFLAGS=`pkg-config --cflags glib-2.0` -pipe -Wall -W -O0 -g
LIBS=`pkg-config --libs glib-2.0`
-skdump: smartkit.o skdump.o
+skdump: smart.o skdump.o
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
diff --git a/smartkit.c b/smart.c
index 1d981ae..1d981ae 100644
--- a/smartkit.c
+++ b/smart.c