This commit is contained in:
mintsuki 2022-08-29 21:27:35 +02:00
parent 4cd7b35988
commit a7af370936

View file

@ -81,7 +81,6 @@ limine.h:
# Link rules for the final kernel executable.
$(KERNEL): $(OBJ)
$(LD) $(OBJ) $(LDFLAGS) -no-pie -o $@ || \
$(LD) $(OBJ) $(LDFLAGS) -o $@
# Include header dependencies.