From 312f5b5917befaba8489288623fed4bcc0912f8d Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Fri, 11 Mar 2011 21:24:49 +0000 Subject: Changement ordre paramètres Makefile pour mieux voir durant la compilation. svn:executable dégagé sur les sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2011-ddhardrescue/trunk@12 d3078510-dda0-49f1-841c-895ef4b7ec81 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d49717f..fdbd50d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ obj/%.o: gcc -c -o $@ $< $(CFLAGS) deps/%.d: src/%.c - gcc -o $@ $< $(CFLAGS) -MM -MG -MT $(patsubst src/%.c,obj/%.o,$<) + gcc -MM -o $@ $< $(CFLAGS) -MG -MT $(patsubst src/%.c,obj/%.o,$<) Makefile src/%.c inc/%.h: ; -- cgit v1.2.3