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