do not remove test applications: they are removed in their Makefile
authormishas <mikhail.sobolev@gmail.com>
Thu, 10 May 2007 15:09:19 +0000 (15:09 +0000)
committermishas <mikhail.sobolev@gmail.com>
Thu, 10 May 2007 15:09:19 +0000 (15:09 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@203 3ba93dab-e023-0410-b42a-de7732cf370a

Makefile

index 54da467..b9c8c6f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ $(TARGET): simple-launcher.o launchable-item.o launcher-item.o settings-page-ite
        $(LD) $(LDFLAGS) -o $@ $^ $(LIBS)
 
 clean:
-       rm -f *.d *.o $(TARGET) test test1 test2
+       rm -f *.d *.o $(TARGET)
 
 install: $(TARGET)
        install -d $(DESTDIR)/usr/share/applications/hildon-home