webserver: update Makefile to use new bsave functionality

This commit is contained in:
Vince Weaver 2016-12-13 23:04:58 -05:00
parent 127089371d
commit 82b7489da6
1 changed files with 4 additions and 4 deletions

View File

@ -32,10 +32,10 @@ ethernet.dsk: SETUP.BAS \
$(DOS33) -y ethernet.dsk SAVE A SETUP.BAS
$(DOS33) -y ethernet.dsk SAVE A WEBSERVER.BAS
$(DOS33) -y ethernet.dsk BSAVE R.TXT
$(DOS33) -y ethernet.dsk BSAVE ./c/about.html
$(DOS33) -y ethernet.dsk BSAVE ./c/index.html
$(DOS33) -y ethernet.dsk BSAVE ./c/favicon.ico
$(DOS33) -y ethernet.dsk BSAVE ./c/vmw_logo.png
$(DOS33) -y ethernet.dsk BSAVE -a 0x4000 ./c/about.html
$(DOS33) -y ethernet.dsk BSAVE -a 0x4000 ./c/index.html
$(DOS33) -y ethernet.dsk BSAVE -a 0x4000 ./c/favicon.ico
$(DOS33) -y ethernet.dsk BSAVE -a 0x4000 ./c/vmw_logo.png
clean:
rm -f *~ *.BAS R.TXT