diff options
author | Rob Austein <sra@hactrn.net> | 2019-02-11 22:17:44 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-02-11 22:17:44 +0000 |
commit | 8b18f65526d2b600c4aef49be338a83402bb6b58 (patch) | |
tree | 439b4a893d181bddde48ae7031afc3c0285ac11e /Makefile | |
parent | 2fb10e93039defa73810140fb10bef1ab23650c4 (diff) |
Update notes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |