Refactoring for best practices

This commit is contained in:
2020-05-02 14:34:28 +02:00
parent 2d0b19ccf1
commit c03cc73acf
2 changed files with 3 additions and 3 deletions

View File

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