mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-24 10:26:25 +04:00
Remove unnecessary output.
This commit is contained in:
parent
c712b279e7
commit
fadf677f06
@ -13,7 +13,7 @@ elf: $(APPS)
|
|||||||
@python3 build.py
|
@python3 build.py
|
||||||
|
|
||||||
binary: elf
|
binary: elf
|
||||||
$(foreach elf, $(ELFS), $(OBJCOPY) $(elf) --strip-all -O binary $(patsubst $(TARGET_DIR)/%, $(TARGET_DIR)/%.bin, $(elf));)
|
@$(foreach elf, $(ELFS), $(OBJCOPY) $(elf) --strip-all -O binary $(patsubst $(TARGET_DIR)/%, $(TARGET_DIR)/%.bin, $(elf));)
|
||||||
|
|
||||||
build: binary
|
build: binary
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user