Skip to content

Commit

Permalink
Decap move names
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseurae committed Oct 25, 2024
1 parent 21f2089 commit 8179fc9
Show file tree
Hide file tree
Showing 6 changed files with 389 additions and 369 deletions.
8 changes: 3 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,11 @@ $(shell $(MAKE) tools > /dev/null)
include $(OBJ_FILES:%.o=%.d)
endif

all: $(INPUT_DECAPPED) $(OUTPUT)
@$(ARMIPS) $(ARMIPSFLAGS) main.asm -sym2 output.map
@echo "$(ARMIPS) <flags> main.asm -sym2 output.map"

$(INPUT_DECAPPED) : $(INPUT)
all: $(OUTPUT)
@$(DECAP) $(INPUT) $(INPUT_DECAPPED)
@echo "$(DECAP) $(INPUT) $(INPUT_DECAPPED)"
@$(ARMIPS) $(ARMIPSFLAGS) main.asm -sym2 output.map
@echo "$(ARMIPS) <flags> main.asm -sym2 output.map"

$(OUTPUT): $(INPUT_DECAPPED) build/linked_processed.o

Expand Down
Loading

0 comments on commit 8179fc9

Please sign in to comment.