From cfa67de303114cc066f2ec6d5b509302d064c9c2 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Tue, 3 Jul 2007 11:34:20 +0000 Subject: [PATCH] Ajout du strip --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bc715f9..cbdeca7 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ all: $(EXEC) sendsms2mobyt: sendsms2mobyt.c $(CC) -o $@ $< $(CFLAGS) + strip $(EXEC) clean: rm -rf *.o