add clean target
authorLennart Poettering <lennart@poettering.net>
Sun, 29 Jun 2008 15:49:09 +0000 (17:49 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 29 Jun 2008 15:49:09 +0000 (17:49 +0200)
Makefile

index 494183f..6621354 100644 (file)
--- 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