Updated subnetcalc.c and the binary

This commit is contained in:
2020-09-13 19:45:33 +02:00
parent 6fe650acdc
commit 85b8ec1be7
3 changed files with 11 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
subnetcalc: subnetcalc.c
gcc -Wall -pedantic subnetcalc.c -lm -static -o subnetcalc
gcc -std=c99 -Wall -pedantic subnetcalc.c -lm -static -o subnetcalc
docker build . -t subnetcalc
clean: subnetcalc
rm subnetcalc
docker image rm subnetcalc