summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 494183f..6621354 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,6 @@ LIBS=`pkg-config --libs glib-2.0`
skdump: smart.o skdump.o
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
+
+clean:
+ rm -f skdump *.o