Added link to source code and a deployment script.
parent
98af69c26b
commit
c0252da212
@ -0,0 +1,7 @@
|
||||
.PHONY: default
|
||||
default:
|
||||
@echo "Usage: make [task]"
|
||||
|
||||
.PHONY: deploy
|
||||
deploy:
|
||||
scp index.html tilde.town:public_html/
|
Loading…
Reference in New Issue