From 5207ced5f0550410d1f8686df3bdb211d157ab84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Quei=C3=9Fner?= Date: Sun, 26 Jun 2016 21:58:31 +0200 Subject: [PATCH] Adds deploy make target. --- prototypes/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prototypes/Makefile b/prototypes/Makefile index 94d944c..5cf5e7c 100644 --- a/prototypes/Makefile +++ b/prototypes/Makefile @@ -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 \ No newline at end of file