forked from amberisvibin/chibi-pc09
copy all local files to repo
cp/m files, sprites, circuit design
This commit is contained in:
13
emu/z80pack-1.9/cpmsim/srccpm3/Makefile
Normal file
13
emu/z80pack-1.9/cpmsim/srccpm3/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
CFLAGS= -O -s
|
||||
|
||||
all: putsys boot.bin
|
||||
echo done
|
||||
|
||||
putsys: putsys.c
|
||||
cc $(CFLAGS) -o putsys putsys.c
|
||||
|
||||
boot.bin: boot.asm
|
||||
z80asm -vl -sn -fb boot.asm
|
||||
|
||||
clean:
|
||||
rm -f *.lis putsys boot.bin
|
Reference in New Issue
Block a user