mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-04-28 10:32:12 +00:00

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com> Co-authored-by: Thomas Lamprecht <t.lamprecht@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 lines
48 B
Makefile
8 lines
48 B
Makefile
DESTDIR=
|
|
|
|
all:
|
|
|
|
.phony: clean
|
|
clean:
|
|
rm -rf *~
|