Rename checkFirewall to checkPacket
This commit is contained in:
parent
087ac26c84
commit
aa99b0b0bf
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
CFLAGS=-Wall -Werror -g -fdiagnostics-color=always
|
||||
|
||||
TARGETS = readFirewall
|
||||
TARGETS = readFirewall checkPacket
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
|
|
Reference in a new issue