new: --skip-installed option for install command

This commit is contained in:
ngn
2024-08-15 03:20:12 +03:00
parent 70ff290c1f
commit 7b436c7e21
3 changed files with 34 additions and 26 deletions

View File

@ -11,7 +11,7 @@ OBJS = $(patsubst src/%.c,dist/%.o,$(SRCS))
CFLAGS = -O3 -fstack-protector-strong -fcf-protection=full -fstack-clash-protection
LIBS = -linih -lmp
VERSION = 24.00
VERSION = 24.01
all: dist dist/matt $(PO_OUTS)