6 lines
111 B
Makefile
6 lines
111 B
Makefile
subnetcalc: subnetcalc.c
|
|
gcc -Wall -pedantic subnetcalc.c -lm -o subnetcalc
|
|
|
|
clean: subnetcalc
|
|
rm subnetcalc
|