Skip to content

Commit

Permalink
Formatted Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tesa-klebeband committed Mar 8, 2023
1 parent 8d364c8 commit c3d0b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ command.com: src/command.asm

ansi.com: src/ansi.asm
$(ASM) $^ -o build/prg/$@

image:
mkdir -p mnt
dd if=/dev/zero of=DaviDOS.img bs=4M count=8
Expand Down

0 comments on commit c3d0b8e

Please sign in to comment.