Update
This commit is contained in:
parent
4cd7b35988
commit
a7af370936
1 changed files with 1 additions and 2 deletions
|
@ -81,8 +81,7 @@ limine.h:
|
|||
|
||||
# Link rules for the final kernel executable.
|
||||
$(KERNEL): $(OBJ)
|
||||
$(LD) $(OBJ) $(LDFLAGS) -no-pie -o $@ || \
|
||||
$(LD) $(OBJ) $(LDFLAGS) -o $@
|
||||
$(LD) $(OBJ) $(LDFLAGS) -o $@
|
||||
|
||||
# Include header dependencies.
|
||||
-include $(HEADER_DEPS)
|
||||
|
|
Loading…
Add table
Reference in a new issue