do not build test application by default
[simple-launcher] / 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)