mirror of
https://codeberg.org/privacy1st/arch-installer
synced 2025-02-23 09:25:26 +01:00
6 lines
97 B
Makefile
6 lines
97 B
Makefile
.PHONY: all
|
|
all: test
|
|
|
|
test:
|
|
shellcheck --check-sourced --external-sources de-p1st-installer.sh
|