mirror of
https://codeberg.org/privacy1st/arch-installer
synced 2024-12-23 02:16:05 +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
|