projects
/
pve-firewall.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
fix Razor macro
[pve-firewall.git]
/
src
/
PVE
/
API2
/
Makefile
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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