diff options
author | Gustav Eek <gustaveek@student.gu.se> | 2011-02-14 00:26:22 +0100 |
---|---|---|
committer | Gustav Eek <gustaveek@student.gu.se> | 2011-02-14 00:26:22 +0100 |
commit | 9d85ccad0e64dcc77719267a8f3e03823fc456e3 (patch) | |
tree | 1bc70af68bfe0a6f18a80c34fac6bbe5a926a28c /Makefile | |
parent | 68ad150e418ded0a2a93ee2bd7bd5b21935bf94f (diff) |
New and missing minuets, from 2011-01-10 and 2011-02-13, added.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ fripost-web: # creates home page find publish -name "*~" -delete send: # sends to fripost.org for publication - rsync -ruvp publish/ fripost@fripost.org/fripost.org/ + rsync -ruvp publish/ fripost@fripost.org:fripost.org/ clean: rm *~*; rm test test.d/test; rmdir test.d |