]> git.proxmox.com Git - pve-firewall.git/blame_incremental - src/PVE/API2/Makefile
allow options and rules section in cluster.fw
[pve-firewall.git] / src / PVE / API2 / Makefile
... / ...
CommitLineData
1
2all:
3
4.PHONY: install
5install:
6 install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/API2
7 make -C Firewall install
8
9.PHONY: clean
10clean:
11 rm -rf *~
12 make -C Firewall clean