makedev improve

This commit is contained in:
2025-09-12 23:29:04 +02:00
parent d7e2151310
commit 2fa6c42799
2 changed files with 12 additions and 12 deletions
+10 -11
View File
@@ -22,8 +22,14 @@ install: build
valgrind: build
valgrind --leak-check=full -s ./build/$(TARGET) $(TEST_ARGS)
.PHONY: clean-release
clean-release:
.PHONY: release
release: clean
aclocal
autoconf
automake --add-missing
./configure
make distcheck
cp $(TARGET)-*.tar.gz build
@rm -rf \
autom4te.cache \
aclocal.m4 \
@@ -33,20 +39,13 @@ clean-release:
depcomp \
$(TARGET) \
$(TARGET)-*.tar.gz \
$(TARGET)-*.pkg.tar.zst \
install-sh \
Makefile \
Makefile.in \
missing \
src/.* \
src/*.o
.PHONY: release
release: clean-release
aclocal
autoconf
automake --add-missing
./configure
make distcheck
src/*.o \
.PHONY: release-arch
release-arch: clean