We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9338652 commit 1e60fefCopy full SHA for 1e60fef
Makefile.atari
@@ -369,8 +369,7 @@ test-atr: $(PROGRAM) dist
369
370
dist: $(PROGRAM)
371
mkdir -p dist
372
- cp ../fujinet-tools/pre-migration/atari/dist/*.COM dist/ || true
373
- cp ../fujinet-tools/pre-migration/atari/dist/*.com dist/ || true
+ cp ../fujinet-tools/pre_migration/atari/dist/*.com dist/ || true
374
cp $(PROGRAM) dist/
375
dir2atr -m -S -B picoboot.bin autorun.atr dist/
376
0 commit comments