projects
/
pve-firewall.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
bump version to 4.1-3
[pve-firewall.git]
/
test
/
Makefile
1
2
all:
3
4
.PHONY: check
5
check:
6
./fwtester.pl
7
8
.PHONY: install
9
install: check
10
11
.PHONY: clean
12
clean:
13
rm -f *~ test-*/*~
14
15
.PHONY: distclean
16
distclean: clean
17