webserver: clean up Makefile

This commit is contained in:
Vince Weaver 2016-12-14 11:29:37 -05:00
parent 43ab033417
commit 84d281f0b9
1 changed files with 0 additions and 12 deletions

View File

@ -10,18 +10,6 @@ SETUP.BAS: setup.bas
WEBSERVER.BAS: webserver.bas
$(TXT2BAS) < webserver.bas > WEBSERVER.BAS
#about.html: ./c/about.html
# $(MAKEB) ./c/about.html about.html 0xc000
#index.html: ./c/index.html
# $(MAKEB) ./c/index.html index.html 0xc000
#favicon.ico: ./c/favicon.ico
# $(MAKEB) ./c/favicon.ico favicon.ico 0xc000
#vmw_logo.png: ./c/vmw_logo.png
# $(MAKEB) ./c/vmw_logo.png vmw_logo.png 0xc000
R.TXT: request.txt
$(MAKEB) request.txt R.TXT 0xc000