mirror of
https://github.com/PDP-10/its.git
synced 2026-04-04 05:09:34 +00:00
CRASH - maybe an Imlac game?
This commit is contained in:
3
Makefile
3
Makefile
@@ -127,13 +127,14 @@ $(OUT)/dskdmp.tape: $(WRITETAPE) $(RAM) $(DSKDMP)
|
||||
$(MKDIR) $(OUT)
|
||||
$(WRITETAPE) -n 2560 $@ $(RAM) $(DSKDMP)
|
||||
|
||||
$(OUT)/bootvt.bin $(OUT)/aplogo.ptp $(OUT)/sst21.iml: $(OUT)/output.tape
|
||||
$(OUT)/bootvt.bin $(OUT)/aplogo.ptp $(OUT)/sst21.iml $(OUT)/crash.iml: $(OUT)/output.tape
|
||||
$(RM) -rf $(OUT)/tmp
|
||||
$(MKDIR) -p $(OUT)/tmp
|
||||
$(ITSTAR) -xf $< -C $(OUT)/tmp
|
||||
$(CP) $(OUT)/tmp/gt40/bootvt.bin $(OUT)/bootvt.bin
|
||||
-$(CP) $(OUT)/tmp/aplogo/logo.ptp $(OUT)/aplogo.ptp
|
||||
$(CP) $(OUT)/tmp/imlac/sst21.iml $(OUT)/sst21.iml
|
||||
$(CP) $(OUT)/tmp/imlac/cash.iml $(OUT)/crash.iml
|
||||
$(RM) -rf $(OUT)/tmp
|
||||
|
||||
tools/dasm/palx: tools/dasm/palx.c
|
||||
|
||||
Reference in New Issue
Block a user