Files
Microtransactions64/uncomprules.mk

4 lines
149 B
Makefile
Raw Normal View History

2021-04-18 13:37:52 -04:00
# convert binary to object file
$(BUILD_DIR)/%.szp.o: $(BUILD_DIR)/%.bin
$(call print,Converting BIN to ELF:,$<,$@)
$(V)$(LD) -r -b binary $< -o $@