3 lines
85 B
Makefile
3 lines
85 B
Makefile
udpping: *.c *.h
|
|
gcc -D_GNU_SOURCE ping.c ping_common.c iputils_common.c -o udpping
|