Alignment in linker script

This commit is contained in:
Imbus 2024-04-07 14:56:53 +02:00
parent 3725cbe58d
commit 005ad4e987
4 changed files with 23 additions and 1 deletions

View file

@ -84,6 +84,9 @@ data: all
size: all
$(SIZE) $(TARGET)
format:
clang-format -i *.s
# Clean up
clean:
rm -f $(TARGET) $(OBJS)