mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
pkg: add tar.gz unpack rule
This commit is contained in:
parent
f1c082bfa1
commit
216451d1aa
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ pkg-info.jq:
|
||||||
%/: %.tgz
|
%/: %.tgz
|
||||||
tar xzf $<
|
tar xzf $<
|
||||||
|
|
||||||
|
%/: %.tar.gz
|
||||||
|
tar xzf $<
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(filter-out Makefile, $(wildcard *))
|
rm -rf $(filter-out Makefile, $(wildcard *))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue