test:
mkdir -p bin
gcc main.c -Wall if_helper.c -o bin/wipacket
debug:
gcc main.c if_helper.c -g -Wall -o bin/wipacket
clean:
rm -r bin