mirror of
https://github.com/clearlinux/kernel-install.git
synced 2026-09-01 19:31:36 +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
|