Skip to content

Commit

Permalink
BS2: makefile: always do init
Browse files Browse the repository at this point in the history
  • Loading branch information
nms42 committed Jul 14, 2016
1 parent a2ed358 commit ce13217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BootSector2/Makefile.bs2
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ INCLUDE_FILES = \
$(MODULE_DIR)/Include/gptstruct.nasm \
$(MODULE_DIR)/Include/mbrstruct.nasm

all: $(TARGET_FILES)
all: init $(TARGET_FILES)

#=============

Expand Down

0 comments on commit ce13217

Please sign in to comment.