pkg: add tar.gz unpack rule

This commit is contained in:
Thomas Hobson 2021-02-21 03:29:47 +13:00
parent f1c082bfa1
commit 216451d1aa
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ pkg-info.jq:
%/: %.tgz
tar xzf $<
%/: %.tar.gz
tar xzf $<
.PHONY: clean
clean:
rm -rf $(filter-out Makefile, $(wildcard *))