From 0095049cda673a0f8adbd93399813eedd8930a44 Mon Sep 17 00:00:00 2001 From: mishas Date: Sat, 14 Apr 2007 13:58:53 +0000 Subject: [PATCH] removed building of a test application for target 'all' git-svn-id: file:///svnroot/simple-launcher/trunk@181 3ba93dab-e023-0410-b42a-de7732cf370a --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 86f7048..e7b2109 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ TARGET=simple-launcher.so DESKTOP_FILE=simple-launcher.desktop BACKUP_CONF=simple-launcher.backup -all: test2 $(TARGET) +all: $(TARGET) tests: test test1 test2 -- 1.7.9.5