]> git.proxmox.com Git - pve-firewall.git/blame - test/Makefile
bump version to 4.0-1
[pve-firewall.git] / test / Makefile
CommitLineData
ebb20753
DM
1
2all:
3
4.PHONY: check
5check:
6 ./fwtester.pl
7
8.PHONY: install
9install: check
10
11.PHONY: clean
12clean:
13 rm -f *~ test-*/*~
14
15.PHONY: distclean
16distclean: clean
17