1 2 3 4 5 6
build: gcc -Wall -Wextra -Wpedantic --std=gnu99 port2file.c -o port2file lint: splint port2file.c