4 lines
70 B
Makefile
4 lines
70 B
Makefile
install:
|
|
mkdir -p $(PREFIX)/bin
|
|
cp shellcheck lib/* $(PREFIX)/bin/
|