Alignment in linker script
This commit is contained in:
parent
3725cbe58d
commit
005ad4e987
4 changed files with 23 additions and 1 deletions
3
makefile
3
makefile
|
|
@ -84,6 +84,9 @@ data: all
|
|||
size: all
|
||||
$(SIZE) $(TARGET)
|
||||
|
||||
format:
|
||||
clang-format -i *.s
|
||||
|
||||
# Clean up
|
||||
clean:
|
||||
rm -f $(TARGET) $(OBJS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue