We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c888a35 commit 7033c37Copy full SHA for 7033c37
1 file changed
www/Makefile
@@ -1,6 +1,6 @@
1
course = main
2
3
-.PHONY : all clean test scribble zips
+.PHONY : all clean test scribble zips push
4
5
all: clean $(course)
6
@@ -31,7 +31,8 @@ scribble:
31
--redirect-main http://docs.racket-lang.org/ \
32
$(course).scrbl
33
34
-
+push:
35
+ rsync -rvzp main/ dvanhorn@junkfood.cs.umd.edu:/fs/www/class/summer2023/cmsc430/
36
37
clean:
38
rm -rf $(course)
0 commit comments