Small unfattening

This commit is contained in:
Kostas Missos
2018-07-01 04:56:58 +03:00
parent 0c5c827d0b
commit e5a34c3818
5 changed files with 566 additions and 704 deletions

View File

@@ -51,6 +51,9 @@ LDFLAGS = $(ARCH) -nostartfiles -lgcc -Wl,--nmagic,--gc-sections
.PHONY: all clean
all: $(TARGET).bin
@echo -n "Payload size is "
@wc -c < $(TARGET).bin
@echo "Max size is 126296 Bytes."
clean:
@rm -rf $(OBJS)