Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/ique' into ique_update_headers
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Apr 28, 2024
2 parents cb2bcd5 + ade805e commit 5af645f
Show file tree
Hide file tree
Showing 20 changed files with 2,218 additions and 32 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ tools/ido

# Tool artifacts
ctx.c
ctx.c.m2c

libultra_collection/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ endif

# Try to find a file corresponding to an archive file in src/ or the base directory, prioritizing src then the original file
AR_ORDER = $(foreach f,$(AR_OBJECTS),$(shell find $(BUILD_DIR)/src $(BASE_DIR) -iname $f -type f -print -quit))
MATCHED_OBJS = $(filter-out $(BUILD_DIR)/$(BASE_DIR)/%,$(AR_ORDER))
MATCHED_OBJS = $(filter-out $(BASE_DIR)/%,$(AR_ORDER))
UNMATCHED_OBJS = $(filter-out $(MATCHED_OBJS),$(AR_ORDER))
NUM_OBJS = $(words $(AR_ORDER))
NUM_OBJS_MATCHED = $(words $(MATCHED_OBJS))
Expand Down
Loading

0 comments on commit 5af645f

Please sign in to comment.