You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Remove redundant s2d directory and delete unused files/defines (#457)
This commit is contained in:
9
compression/rnc2rules.mk
Normal file
9
compression/rnc2rules.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
# Compress binary file
|
||||
$(BUILD_DIR)/%.szp: $(BUILD_DIR)/%.bin
|
||||
$(call print,Compressing:,$<,$@)
|
||||
$(V)$(RNCPACK) p $< $@ -m2
|
||||
|
||||
# convert binary szp to object file
|
||||
$(BUILD_DIR)/%.szp.o: $(BUILD_DIR)/%.szp
|
||||
$(call print,Converting RNC2 to ELF:,$<,$@)
|
||||
$(V)$(LD) -r -b binary $< -o $@
|
||||
Reference in New Issue
Block a user