]> git.proxmox.com Git - pve-kernel-meta.git/blob - bin/Makefile
pveesptool: document 'help' command in usage
[pve-kernel-meta.git] / bin / Makefile
1 SBINDIR=${DESTDIR}/usr/sbin
2
3 .PHONY: all
4 all:
5
6 install:
7 install -d ${SBINDIR}
8 install -m 0755 pveesptool ${SBINDIR}/
9
10 .PHONY: clean distclean
11 distclean:
12 clean: