Skip to content

Commit

Permalink
[build] Include a pre-built binary for Windows users
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <[email protected]>
  • Loading branch information
mcb30 committed Sep 13, 2012
1 parent c41d0fe commit 385c1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ all : wimboot

wimboot : wimboot.elf
$(OBJCOPY) -Obinary $< $@
cp $@ ../$@

wimboot.elf : $(OBJECTS) script.lds
$(LD) -m elf_i386 -T script.lds -o $@ $(OBJECTS)
Expand All @@ -38,4 +39,4 @@ wimboot.elf : $(OBJECTS) script.lds
$(CC) $(CFLAGS) -c $< -o $@

clean :
rm -f *.o *.elf wimboot
rm -f *.o *.elf wimboot ../wimboot
Binary file added wimboot
Binary file not shown.

0 comments on commit 385c1b5

Please sign in to comment.