include new test program into cleaning target
authormishas <mikhail.sobolev@gmail.com>
Wed, 13 Dec 2006 22:11:21 +0000 (22:11 +0000)
committermishas <mikhail.sobolev@gmail.com>
Wed, 13 Dec 2006 22:11:21 +0000 (22:11 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@56 3ba93dab-e023-0410-b42a-de7732cf370a

Makefile

index c5e0a35..9678d96 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ test1: test1.o sla-list.o launcher-item.o
        g++ -g -o $@ $^ $(GTKLIBS) $(DBUSLIBS) $(LIBS)
 
 clean:
-       rm -f *.d *.o $(TARGET) test
+       rm -f *.d *.o $(TARGET) test test1
 
 install: $(TARGET)
        install -d $(DESTDIR)/usr/share/applications/hildon-home