mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-07 20:36: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
|
||||
tar xzf $<
|
||||
|
||||
%/: %.tar.gz
|
||||
tar xzf $<
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf $(filter-out Makefile, $(wildcard *))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue