@@ -0,0 +1,7 @@
subnetcalc: subnetcalc.c
gcc -Wall -pedantic subnetcalc.c -lm -static -o subnetcalc
docker build . -t subnetcalc
clean: subnetcalc
rm subnetcalc
docker image rm subnetcalc
The note is not visible to the blocked user.