dos33fsprogs/deceptive_list/Makefile
Vince Weaver b04dc5070b deceptive_listings: messing around with basic listings
though it turns out that DOS re-interprets programs you load so
manually messing with the line offsets is lost if you do it in advance
2017-04-24 08:10:29 -04:00

15 lines
315 B
Makefile

DOS33 = ../dos33fs-utils/dos33
TXT2BAS = ../asoft_basic-utils/tokenize_asoft
all: deceptive.dsk
BACKWARD.BAS: backward.basd
$(TXT2BAS) < backward.basd > BACKWARD.BAS
deceptive.dsk: BACKWARD.BAS
$(DOS33) -y deceptive.dsk SAVE A BACKWARD.BAS
clean:
rm -f *~ *.BAS *.SHAPE sound_test.bas shape_test.bas *.lst