From 8b18f65526d2b600c4aef49be338a83402bb6b58 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 11 Feb 2019 22:17:44 +0000 Subject: Update notes. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 58db110..2b7a492 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -all: build +all: debug build: stage0.stamp stage1.stamp stage2.stamp # stage3.stamp debug: stage2.stamp docker container prune -f mkdir -p framebuf - docker run -it --mount type=bind,source=$(abspath framebuf),target=/framebuf xilinx:intalled + docker run -it --mount type=bind,source=$(abspath framebuf),target=/framebuf xilinx:installed /xilinx-unpack/installer stage0.stamp: mkdir -p stage0/jessie_chroot -- cgit v1.2.3