From f5d530c78ff621295cfd42380713a9cf6817df13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Sun, 18 Jan 2026 02:09:08 +0900 Subject: [PATCH] . --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 15db421..e8e92f2 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ $(OBJ): config.h config.mk st: $(OBJ) $(CC) -o $@ $(OBJ) $(STLDFLAGS) + strip st clean: rm -f st $(OBJ) st-$(VERSION).tar.gz