Rename checkFirewall to checkPacket

This commit is contained in:
akp 2023-10-08 19:06:10 +01:00
parent 087ac26c84
commit aa99b0b0bf
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
CFLAGS=-Wall -Werror -g -fdiagnostics-color=always
TARGETS = readFirewall
TARGETS = readFirewall checkPacket
all: $(TARGETS)