- commit
- 7575c0b
- parent
- de8062b
- author
- Eric Bower
- date
- 2023-08-04 16:42:17 -0400 EDT
changes
      1 files changed, 
      +1,
      -1
    
    
        M
        Makefile
      
    
    
        M 
        Makefile
      
      
        +1,
        -1
      
    1@@ -11,5 +11,5 @@ static: build clean
2 .PHONY:
3 
4 deploy:
5-	scp -R ./public/* erock@pgs.sh:/git
6+	scp -r ./public/* erock@pgs.sh:/git
7 .PHONY: deploy