fix: makedev bugs
This commit is contained in:
+2
-2
@@ -53,7 +53,7 @@ clean-release:
|
|||||||
configure \
|
configure \
|
||||||
configure~ \
|
configure~ \
|
||||||
depcomp \
|
depcomp \
|
||||||
**\.deps \
|
**/.deps \
|
||||||
$(TARGET) \
|
$(TARGET) \
|
||||||
$(TARGET)-*.tar.gz \
|
$(TARGET)-*.tar.gz \
|
||||||
$(TARGET)-*.pkg.tar.zst \
|
$(TARGET)-*.pkg.tar.zst \
|
||||||
@@ -72,7 +72,7 @@ test-release: clean clean-release
|
|||||||
./configure
|
./configure
|
||||||
make distcheck
|
make distcheck
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cp "$(TARGET)-steel-*.tar.gz" build/
|
cp $(TARGET)-steel-*.tar.gz build/
|
||||||
|
|
||||||
.PHONY: release-%
|
.PHONY: release-%
|
||||||
release-%: clean clean-release
|
release-%: clean clean-release
|
||||||
|
|||||||
Reference in New Issue
Block a user