summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-29 17:47:46 +0200
committerLennart Poettering <lennart@poettering.net>2008-06-29 17:47:46 +0200
commitd2f23cff093e231af63ba841d9e9a522b7f4b332 (patch)
tree624476c2e7f0b3e97977af74a39278f7194fe94c /Makefile
parent705f7c9b9e48d2dd0d8a406e783eb972f56d3ce3 (diff)
make things a proper library
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b194a7..ab81e6b 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`
-smartkit: smartkit.o
+skdump: smartkit.o skdump.o
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)