Files
capsule/Makefile

11 lines
118 B
Makefile
Raw Normal View History

2020-11-24 22:46:02 +00:00
default: build
build:
@rm -rf dst
@kiln
@tree dst
2020-11-24 23:13:26 +00:00
deploy: build
rsync --delete-after -avzP dst/ ur.gs:capsule/