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