]> git.proxmox.com Git - pmg-gui.git/commit - Makefile
buildsys: fix makefile dependencies
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Oct 2020 11:09:46 +0000 (13:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Oct 2020 11:09:48 +0000 (13:09 +0200)
commite1f5961fd10f276ee48e675c40c76a38638828d0
tree1aaa3fc8ddbc4462ef406010eadaf519f3da5c58
parent467eb50baad8d23cf15d26c9dcd2218417db83cd
buildsys: fix makefile dependencies

To ensure relevant stuff is always rebuild include the CSS and image
files in the install dependencies.

Further, mark the meta targets for building the pmgmanagerlib normal
and mobile versions as PHONY, as they only re-direct the make to the
respective makefile we need to ensure it always does, as else it
circumvents the actual dependency declaration of the responsible
targets.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile