anoyinginternetcheck.c/Makefile

7 lines
91 B
Makefile

all:
gcc -o anoyinginternetcheck anoyinginternetcheck.c
clean:
rm anoyinginternetcheck