Skip to content

Commit

Permalink
loadable program for Atari is a XEX file
Browse files Browse the repository at this point in the history
  • Loading branch information
ytmytm committed Mar 5, 2023
1 parent b6c2bd5 commit ea3e548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ cbmpackage : binaries
rm skeleton skeleton.o65 hello

ataripackage: binaries
makeimage $(BINDIR)/boot.$(MACHINE) $(BINDIR)/lunix.$(MACHINE) $(BINDIR)/atari.bin
cp $(BINDIR)/atari.bin pkg
makeimage $(BINDIR)/boot.$(MACHINE) $(BINDIR)/lunix.$(MACHINE) $(BINDIR)/atari.xex
cp $(BINDIR)/atari.xex pkg

ataridisc: binaries
makeatr lng-$(MACHINE).atr $(BINDIR)/atari.bin
Expand Down

0 comments on commit ea3e548

Please sign in to comment.