Skip to content

Commit

Permalink
fix: fix dos format
Browse files Browse the repository at this point in the history
Signed-off-by: Yiyang Wu <[email protected]>
  • Loading branch information
ToolmanP committed Nov 8, 2024
1 parent eeb9e5e commit f453186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lab0/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ qemu-gdb:
@$(QEMU) -g 1234 bomb

qemu-grade:
@touch ans.txt
@sed -E -i 's|\r$$||g' ans.txt
@$(QEMU) bomb < ans.txt

gdb:
Expand Down

0 comments on commit f453186

Please sign in to comment.