b1ackmai1er
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
Source/HBIOS/Makefile
-
Tools/unix/Makefile
|
|
|
@ -65,6 +65,7 @@ N8_std.rom: ROMSIZE=512 |
|
|
|
RCZ280_nat_zzr.rom: ROMSIZE=256 |
|
|
|
|
|
|
|
%.rom: |
|
|
|
chmod +x Build.sh |
|
|
|
bash Build.sh $(DIFFBUILD) $(shell echo $* | sed 's/_/ /') $(ROMSIZE) |
|
|
|
|
|
|
|
hbios_rom.bin: hbios.asm build.inc |
|
|
|
|
|
|
|
@ -12,6 +12,7 @@ endif |
|
|
|
SUBDIRS= bst uz80as zx cpmtools bin2asm lzsa |
|
|
|
|
|
|
|
all: |
|
|
|
chmod +x casefn.sh |
|
|
|
@for i in $(SUBDIRS) ; do \
|
|
|
|
(cd $$i ; make all ) \
|
|
|
|
done |
|
|
|
|