Skip to content

Commit

Permalink
Added EFI image to binary distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
christianb93 committed May 29, 2018
1 parent 6e825d1 commit 2253d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/Makefile
Expand Up @@ -6,7 +6,7 @@ clean:


dist:
(cd .. ; tar cvf /tmp/ctOS.bin.tar bin/ctOSkernel bin/ctOSkernel1 bin/hdimage bin/cdimage.iso bin/run.sh bin/if_up.sh bin/if_down.sh bin/bochs.rc ; )
(cd .. ; tar cvf /tmp/ctOS.bin.tar bin/ctOSkernel bin/ctOSkernel1 bin/hdimage bin/cdimage.iso bin/efiimage bin/run.sh bin/if_up.sh bin/if_down.sh bin/bochs.rc ; )
cp /tmp/ctOS.bin.tar .
gzip ctOS.bin.tar
rm -f ctOS.bin.tar
Expand Down

0 comments on commit 2253d3f

Please sign in to comment.