Skip to content

Commit

Permalink
Update Makefile & submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Siguza committed May 6, 2023
1 parent 4cd7c80 commit 1f044a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ KPF_C := $(wildcard $(RA1N)/*.c) $(wildcard $(RA1N)/*.S)

.PHONY: all always clean distclean

# Preserve intermediate files
.SECONDARY:
# Preserve all dependencies, and rebuild if they're missing
.NOTINTERMEDIATE:

all: $(BUILD)/Pongo.bin $(BUILD)/checkra1n-kpf-pongo | $(BUILD)

Expand Down
2 changes: 1 addition & 1 deletion newlib
Submodule newlib updated 1 files
+1 −1 Makefile

0 comments on commit 1f044a1

Please sign in to comment.