Skip to content

Commit 7033c37

Browse files
committed
Target to push to web.
1 parent c888a35 commit 7033c37

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

www/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
course = main
22

3-
.PHONY : all clean test scribble zips
3+
.PHONY : all clean test scribble zips push
44

55
all: clean $(course)
66

@@ -31,7 +31,8 @@ scribble:
3131
--redirect-main http://docs.racket-lang.org/ \
3232
$(course).scrbl
3333

34-
34+
push:
35+
rsync -rvzp main/ dvanhorn@junkfood.cs.umd.edu:/fs/www/class/summer2023/cmsc430/
3536

3637
clean:
3738
rm -rf $(course)

0 commit comments

Comments
 (0)