Skip to content

Commit 6772859

Browse files
committed
Make directory first, just in case
1 parent 85d3bb5 commit 6772859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ run-qemu-qcow:
7575
-snapshot $(QEMU_DISK_QCOW2)
7676

7777
run-qemu-iso:
78+
mkdir -p ./output
7879
# Make a disk to install to
7980
[[ ! -e $(QEMU_DISK_RAW) ]] && dd if=/dev/null of=$(QEMU_DISK_RAW) bs=1M seek=20480
8081

0 commit comments

Comments
 (0)