More refactoring

This commit is contained in:
2020-09-13 00:17:12 +02:00
parent c03cc73acf
commit 41a934985a
2 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
subnetcalc: subnetcalc.c
gcc -Wall -pedantic subnetcalc.c -lm -o subnetcalc
gcc -std=c99 -Wall -pedantic subnetcalc.c -lm -o subnetcalc
clean: subnetcalc
rm subnetcalc