projects
/
pve-firewall.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix Razor macro
[pve-firewall.git]
/
src
/
PVE
/
API2
/
Makefile
Commit
Line
Data
8f119284
DM
1
2
all:
3
4
.PHONY: install
5
install:
6
install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/API2
7
make -C Firewall install
8
9
.PHONY: clean
10
clean:
11
rm -rf *~
12
make -C Firewall clean