Skip to content

Commit

Permalink
also mark clean as a phony
Browse files Browse the repository at this point in the history
  • Loading branch information
sirdarckcat committed Nov 30, 2023
1 parent 168bf22 commit 8ab39ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pocs/cpus/reptar/minimized/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bin_targets=$(shell find . -name '*.bin.asm' -type f -printf "%f\n" | sed 's/\.a
all: $(elf_targets) $(bin_targets)
always-rebuild:

.PHONY: all always-rebuild
.PHONY: all clean always-rebuild

# always rebuild mce because it depends on env vars
reptar.mce.elf.asm: always-rebuild
Expand Down

0 comments on commit 8ab39ab

Please sign in to comment.