mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-07 14:30:53 +00:00
git-svn-id: http://svn.code.sf.net/p/netboot65/code@296 93682198-c243-4bdb-bd91-e943c89aac3b
14 lines
431 B
Makefile
14 lines
431 B
Makefile
|
|
|
|
all: kipperwizdisk.d64
|
|
|
|
#../basic/wizkb.prg ../basic/wizbob.prg
|
|
|
|
kipperwizdisk.d64: ../carts/kkwiz.prg ../kipperterm2/kt2wiz.prg
|
|
ripxplore.rb --init CbmDos $@ -a ../carts/kkwiz.prg
|
|
ripxplore.rb $@ -a ../kipperterm2/addresses.txt -t C64Seq
|
|
ripxplore.rb $@ -a ../kipperterm2/abe -t C64Prg
|
|
ripxplore.rb $@ -a ../kipperterm2/kt2wiz.prg -t C64Prg
|
|
ripxplore.rb $@ -a ../examples/webnoter.prg -t C64Prg
|
|
cp $@ ../../server/boot/
|