Latest update - GitHub 5917e9d

This commit is contained in:
2024-10-02 20:40:07 +09:00
parent c10ab73fe3
commit 15aa168406
9 changed files with 1376 additions and 413 deletions
+1 -1
View File
@@ -25,6 +25,6 @@ clean:
@rm -f $(RESULT) *.o
debug: $(PROGNAME).o
llvm-objdump -S -no-show-raw-insn $<
llvm-objdump -S --no-show-raw-insn $<
.DELETE_ON_ERROR: