Files
subnetcalc/Makefile
2020-09-13 00:17:12 +02:00

6 lines
120 B
Makefile

subnetcalc: subnetcalc.c
gcc -std=c99 -Wall -pedantic subnetcalc.c -lm -o subnetcalc
clean: subnetcalc
rm subnetcalc