diff --git a/packages/common.mk b/packages/common.mk index 08fc488..3b3d201 100644 --- a/packages/common.mk +++ b/packages/common.mk @@ -31,6 +31,9 @@ pkg-info.jq: %/: %.tgz tar xzf $< +%/: %.tar.gz + tar xzf $< + .PHONY: clean clean: rm -rf $(filter-out Makefile, $(wildcard *))