mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
api: lint **everything**
This commit is contained in:
parent
216451d1aa
commit
60c004eea9
22 changed files with 764 additions and 550 deletions
|
@ -26,7 +26,7 @@ pkg-info.jq:
|
|||
$(foreach dep, ${LANG_DEPS}, echo '.dependencies.$(word 1,$(subst =, ,${dep}))="$(word 2,$(subst =, ,${dep}))"' >> pkg-info.jq)
|
||||
|
||||
%.asc: %
|
||||
gpg --detach-sig --armor --output $@ $<
|
||||
gpg --detach-sig --armor --batch --output $@ $<
|
||||
|
||||
%/: %.tgz
|
||||
tar xzf $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue