aboutsummaryrefslogtreecommitdiff
path: root/config/Makefile
blob: 6518ea775a114dbd574ae171fbcdee05550b9f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all: config.xex

#config.xex: config.c exetrailer.s ../src/config.h ../src/config.c

config.xex:
	cl65 -DVERSION='"$(VERSION)"' -Oris -t atari -C ../src/atari.cfg -o config.xex config.c ../src/exehdr.s exetrailer.s ../src/config.c

test:
	cl65 -Oris -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s ../src/config.c
	cl65 -Oris -t atari -C ../src/atari.cfg -o conftest.xex conftest.c
	cat config.xex conftest.xex > autorun.sys
	cp dos25_sd.atr test.atr
	axe -w autorun.sys test.atr