From a24842ed0580be53366454cb35bf0e381db93d46 Mon Sep 17 00:00:00 2001 From: Robert Ricci Date: Mon, 13 Jan 2014 13:33:03 -0700 Subject: [PATCH] Simple 'install' target to upload all PDFs --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b14a8b..94fb339 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,13 @@ include Makerules # # Build all PDFs for the class and collect them in one directory # -.PHONY: class +.PHONY: class install class: all -rm -rf class/ mkdir class/ ./makeclass +# Simple SCP of all files to Rob's website +install: class + scp class/* web.flux.utah.edu:wp-ricci/content/ens -- GitLab