mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
9 lines
230 B
Makefile
9 lines
230 B
Makefile
|
help:
|
||
|
echo "See Makefile"
|
||
|
|
||
|
image:
|
||
|
go run build.go --build
|
||
|
|
||
|
qemu: image
|
||
|
qemu-system-x86_64 -m 1G -drive file=tsapp.img,format=raw -boot d -netdev user,id=user.0 -device virtio-net-pci,netdev=user.0 -serial mon:stdio -audio none
|