mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-12 00:30:31 +00:00
combo_disk: update with Makefile
This commit is contained in:
parent
5d41cc0a0d
commit
b48e92b75d
23
combo_disk/Makefile
Normal file
23
combo_disk/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
include ../Makefile.inc
|
||||
|
||||
all: combo_disk.dsk
|
||||
|
||||
combo_disk.dsk: ../two-liners/ENTROPY \
|
||||
../waterfall/WATERFALL \
|
||||
../still_alive/SA_COMPRESSED \
|
||||
../split_screen/CREDITS \
|
||||
../mode7_demo/MODE7_DEMO \
|
||||
../mockingboard/KSP_THEME_6CH \
|
||||
../fancy_lores/DISP4096
|
||||
$(DOS33) -y combo_disk.dsk BSAVE -a 0x0c00 ../two-liners/ENTROPY
|
||||
$(DOS33) -y combo_disk.dsk BSAVE -a 0x1000 ../waterfall/WATERFALL
|
||||
$(DOS33) -y combo_disk.dsk BSAVE -a 0x5900 ../still_alive/SA_COMPRESSED
|
||||
$(DOS33) -y combo_disk.dsk SAVE A ../still_alive/STILL_ALIVE.BAS STILLALIVE.BAS
|
||||
$(DOS33) -y combo_disk.dsk BSAVE -a 0x1000 ../split_screen/CREDITS
|
||||
$(DOS33) -y combo_disk.dsk BSAVE -a 0x2000 ../mode7_demo/MODE7_DEMO_C MODE7-DEMO
|
||||
$(DOS33) -y combo_disk.dsk BSAVE -a 0x4000 ../mockingboard/KSP_THEME_6CH KSP-THEME
|
||||
$(DOS33) -y combo_disk.dsk BSAVE -a 0x1000 ../fancy_lores/DISP4096
|
||||
$(DOS33) -y combo_disk.dsk BSAVE -a 0x1000 ../fancy_lores/DISP4048D
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o *.lst
|
BIN
combo_disk/combo_disk.dsk
Normal file
BIN
combo_disk/combo_disk.dsk
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user