6 lines
36 B
Makefile
6 lines
36 B
Makefile
|
|
all: tun
|
|
|
|
tun: tun.c
|
|
gcc -o $@ $^
|
|
|
all: tun
|
|
|
|
tun: tun.c
|
|
gcc -o $@ $^
|