From 2afd3bdfa363195fd98f67393e747e529a8483b2 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 1 Feb 2013 17:20:38 +0000 Subject: [PATCH] Remove .settings from the 'all' target in Makefile git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@13422 b35dd754-fafc-0310-a699-88a17e54d16e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43e0cb328..1c6151daa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all clean test-unit eclipse -all: build-smack .settings +all: build-smack # Can not use 'build' as target name, because there is a # directory called build