Adds deploy make target.

This commit is contained in:
Felix Queißner 2016-06-26 21:58:31 +02:00
parent ba983c45b2
commit 5207ced5f0

View file

@ -33,5 +33,8 @@ boot.img: $(PROJECTS)
syslinux boot.img
mdir -i boot.img ::
deploy: $(KERNELS)
cp ./kernels/* /srv/tftp/
run: boot.img
qemu-system-i386 boot.img -serial stdio