Files
capsule/Makefile

12 lines
143 B
Makefile

default: build
build:
@rm -rf dst
@kiln
chmod a+x dst/cgi-bin/*
@tree dst
deploy: build
rsync --delete-after -avzP dst/ ur.gs:capsule/