makedev improve
This commit is contained in:
@@ -21,3 +21,4 @@ forge
|
|||||||
configure
|
configure
|
||||||
*.pkg.tar.zst
|
*.pkg.tar.zst
|
||||||
pkg
|
pkg
|
||||||
|
forge-*
|
||||||
+10
-11
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user