We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bde51c commit 57f8aceCopy full SHA for 57f8ace
Makefile
@@ -24,7 +24,8 @@ ts:
24
25
.PHONY: deploy
26
RSYNCARGS := --compress --recursive --checksum --itemize-changes \
27
- --delete -e ssh --perms --chmod=Du=rwx,Dgo=rx,Fu=rw,Fog=r
+ --delete -e ssh --perms --chmod=Du=rwx,Dgo=rx,Fu=rw,Fog=r \
28
+ --exclude=.DS_Store
29
DEST := courses:coursewww/capra.cs.cornell.edu/htdocs/bril
30
deploy: book
31
rsync $(RSYNCARGS) ./book/ $(DEST)
0 commit comments