File: GNUmakefile

package info (click to toggle)
cl-containers 20150923-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,076 kB
  • sloc: lisp: 8,341; makefile: 14
file content (6 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
# add shared-copy

shared_destination = "gking@common-lisp.net:/project/cl-containers/public_html/shared/"
shared-copy: FORCE
	rcopy website/source/shared/ $(shared_destination)
	@$(run_postactions)