From 82b7489da650d2a44536149a52911d33ff7ed9bd Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 13 Dec 2016 23:04:58 -0500 Subject: [PATCH] webserver: update Makefile to use new bsave functionality --- ethernet/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ethernet/Makefile b/ethernet/Makefile index b1de679b..3a626965 100644 --- a/ethernet/Makefile +++ b/ethernet/Makefile @@ -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