Ajout du strip

This commit is contained in:
Gregory Colpart 2007-07-03 11:34:20 +00:00
parent 75a0759b90
commit cfa67de303
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ all: $(EXEC)
sendsms2mobyt: sendsms2mobyt.c
$(CC) -o $@ $< $(CFLAGS)
strip $(EXEC)
clean:
rm -rf *.o