Skip to content

Commit

Permalink
typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
GandelXIV committed May 7, 2021
1 parent 9745c90 commit 1db1147
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 @@ -16,7 +16,7 @@ build/os-image.bin: mk/ build/ mk/kernel.bin mk/bootsect.bin

build/os-image.zip: build/os-image.bin
@echo "[!] BUILDING IMAGE ZIP"
zip build/kernel.zip build/os-image.bin
zip build/os-image.zip build/os-image.bin

build/os-image.tar: build/os-image.bin
@echo "[!] BUILDING IMAGE TAR"
Expand Down

0 comments on commit 1db1147

Please sign in to comment.