Browse Source

Merge pull request #190 from wwarthen/dev

Dev
pull/218/head
b1ackmai1er 5 years ago
committed by GitHub
parent
commit
3fa576a94e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Source/HBIOS/Makefile
  2. 1
      Tools/unix/Makefile

1
Source/HBIOS/Makefile

@ -65,6 +65,7 @@ N8_std.rom: ROMSIZE=512
RCZ280_nat_zzr.rom: ROMSIZE=256 RCZ280_nat_zzr.rom: ROMSIZE=256
%.rom: %.rom:
chmod +x Build.sh
bash Build.sh $(DIFFBUILD) $(shell echo $* | sed 's/_/ /') $(ROMSIZE) bash Build.sh $(DIFFBUILD) $(shell echo $* | sed 's/_/ /') $(ROMSIZE)
hbios_rom.bin: hbios.asm build.inc hbios_rom.bin: hbios.asm build.inc

1
Tools/unix/Makefile

@ -12,6 +12,7 @@ endif
SUBDIRS= bst uz80as zx cpmtools bin2asm lzsa SUBDIRS= bst uz80as zx cpmtools bin2asm lzsa
all: all:
chmod +x casefn.sh
@for i in $(SUBDIRS) ; do \ @for i in $(SUBDIRS) ; do \
(cd $$i ; make all ) \ (cd $$i ; make all ) \
done done

Loading…
Cancel
Save