diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ fripost-web: # creates home page find publish -name "*~" -delete send: # sends to fripost.org for publication - rsync -ruvp publish/ fripost@fripost.org:fripost.org/ + umask 022 + rsync -ruvp --chmod=Dugo+rx,Fugo+r publish/ fripost@fripost.org:fripost.org/ clean: rm *~*; rm test test.d/test; rmdir test.d |