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
+1
View File
@@ -21,3 +21,4 @@ forge
configure configure
*.pkg.tar.zst *.pkg.tar.zst
pkg pkg
forge-*
+10 -11
View File
@@ -22,8 +22,14 @@ install: build
valgrind: build valgrind: build
valgrind --leak-check=full -s ./build/$(TARGET) $(TEST_ARGS) valgrind --leak-check=full -s ./build/$(TARGET) $(TEST_ARGS)
.PHONY: clean-release .PHONY: release
clean-release: release: clean
aclocal
autoconf
automake --add-missing
./configure
make distcheck
cp $(TARGET)-*.tar.gz build
@rm -rf \ @rm -rf \
autom4te.cache \ autom4te.cache \
aclocal.m4 \ aclocal.m4 \
@@ -33,20 +39,13 @@ clean-release:
depcomp \ depcomp \
$(TARGET) \ $(TARGET) \
$(TARGET)-*.tar.gz \ $(TARGET)-*.tar.gz \
$(TARGET)-*.pkg.tar.zst \
install-sh \ install-sh \
Makefile \ Makefile \
Makefile.in \ Makefile.in \
missing \ missing \
src/.* \ src/.* \
src/*.o src/*.o \
.PHONY: release
release: clean-release
aclocal
autoconf
automake --add-missing
./configure
make distcheck
.PHONY: release-arch .PHONY: release-arch
release-arch: clean release-arch: clean