fix: makefile correct phony
1 files changed, 1 insertions(+), 1 deletions(-) M Makefile
M Makefile => Makefile +1 -1
@@ 66,4 66,4 @@ clean: $(RM) -rf $(BIN_DIR) $(RM) -rf ./.computer ./.arm -.PHONY: all clean +.PHONY: all clean run-image-viewer run-text-viewer copy-executable