mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Delete commented-out code.
This commit is contained in:
@@ -2,6 +2,5 @@ fname=$(mktemp)
|
||||
|
||||
for i in *.asm; do
|
||||
../../rgbasm $i >$fname 2>&1
|
||||
# diff -u $fname $(basename $i .asm).out
|
||||
diff -u $fname ${i%.asm}.out
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user