mirror of
https://github.com/jiangcuo/pve-installer.git
synced 2026-08-25 04:20:25 +00:00
placing the common stuff top-level and the per-product stuff one directory-level down allows to access all used resources (css, images) from a common base path without hacking to much around. Per-product files are always preferred. 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 *~
|