aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 68fff76e560cf4bf4f79939a9348dbe6b99be13d (plain)
1
2
3
4
5
6
7
8
9
push:
	ssh git@tronto.net mkdir -p BIN FILES
	scp post-receive-stagit update-all git@tronto.net:BIN/
	scp bottom.html favicon.png logo.png style.css git@tronto.net:FILES/

clean:
	ssh git@tronto.net rm -r FILES/* BIN/*

.PHONY: clean push

Generated with cgit - Back to sebastiano.tronto.net