Adds deploy make target.
This commit is contained in:
parent
ba983c45b2
commit
5207ced5f0
1 changed files with 3 additions and 0 deletions
|
@ -33,5 +33,8 @@ boot.img: $(PROJECTS)
|
||||||
syslinux boot.img
|
syslinux boot.img
|
||||||
mdir -i boot.img ::
|
mdir -i boot.img ::
|
||||||
|
|
||||||
|
deploy: $(KERNELS)
|
||||||
|
cp ./kernels/* /srv/tftp/
|
||||||
|
|
||||||
run: boot.img
|
run: boot.img
|
||||||
qemu-system-i386 boot.img -serial stdio
|
qemu-system-i386 boot.img -serial stdio
|
Loading…
Reference in a new issue