Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wknapik committed Nov 2, 2024
1 parent 0945ad6 commit a825d0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ distros := $(unsupported) $(supported)

test: $(distros)

shellcheck:
shellcheck -e SC2086 install.sh

MAKEFLAGS := -rRO
SHELL := $(shell command -v bash)
.SHELLFLAGS := -eEo pipefail -c
Expand Down Expand Up @@ -37,6 +34,9 @@ $(supported):
printf "Failed\n\n" && tail -v "$(log)" && false
fi

shellcheck:
shellcheck -e SC2086 install.sh

clean: $(distros:%=%_clean)

$(distros:%=%_clean):
Expand Down

0 comments on commit a825d0b

Please sign in to comment.