Initial commit

This commit is contained in:
2014-03-07 10:45:29 +01:00
commit 2d0b19ccf1
4 changed files with 69 additions and 0 deletions

5
Makefile Normal file
View File

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