mirror of
https://github.com/clearlinux/kernel-install.git
synced 2026-04-28 19:13:41 +00:00
7 lines
100 B
Makefile
7 lines
100 B
Makefile
all: build
|
|
|
|
build:
|
|
|
|
install:
|
|
install -D -m 755 --target-directory=${DESTDIR}/usr/bin installkernel
|