mirror of
https://github.com/clearlinux/clr-check-perl-modules.git
synced 2026-09-01 11:25:54 +00:00
8 lines
138 B
Makefile
8 lines
138 B
Makefile
all: build
|
|
|
|
build:
|
|
@echo No build required
|
|
|
|
install:
|
|
install -D -m 755 --target-directory=${DESTDIR}/usr/bin clr-network-troubleshooter
|