This commit is contained in:
2026-01-18 02:09:08 +09:00
parent eb8921cdcc
commit f5d530c78f

View File

@@ -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