mirror of
git://git.proxmox.com/git/pve-firewall.git
synced 2025-03-06 00:58:15 +03:00
18 lines
154 B
Makefile
18 lines
154 B
Makefile
|
|
all:
|
|
|
|
.PHONY: check
|
|
check:
|
|
./fwtester.pl
|
|
|
|
.PHONY: install
|
|
install: check
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
rm -f *~ test-*/*~
|
|
|
|
.PHONY: distclean
|
|
distclean: clean
|
|
|