Skip to content

Commit

Permalink
Add missing phony marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruhlmann committed Aug 13, 2024
1 parent ae24825 commit d1e3778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ reboot.img: main.efi
%.so: %.o
ld $< $(LDFLAGS) -o $@

.PHONY:
.PHONY: clean
clean:
rm *.o *.so *.efi reboot.img

0 comments on commit d1e3778

Please sign in to comment.