do not build test application by default
authormss <noemail>
Tue, 5 Dec 2006 19:14:43 +0000 (19:14 +0000)
committermss <noemail>
Tue, 5 Dec 2006 19:14:43 +0000 (19:14 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@12 3ba93dab-e023-0410-b42a-de7732cf370a

Makefile

index 174e6ca..a14ac66 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ LIBS = -lstdc++
 
 TARGET=libsimple-launcher.so
 
-all: $(TARGET) test
+all: $(TARGET)
 
 $(TARGET): simple-launcher.o launcher-item.o
        $(LD) $(LDFLAGS) -o $@ $^ $(LIBS)