diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2014-01-06 18:24:13 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2014-01-06 18:24:13 +0100 |
commit | 49425df94b9e5e3acf686d6bcef1a7491c703596 (patch) | |
tree | 37a81ea851f287e64a7b1884be98b5d848e26b7a | |
parent | 22b57c437515b6a276b652bf11a7e474a317c4e8 (diff) |
Remove test.d.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ send: # sends to fripost.org for publication rsync -ruvp --chmod=Dugo+rx,Fugo+r publish/ fripost@fripost.org:fripost.org/ clean: - rm -f *~*; rm -f test test.d/test; rmdir test.d + rm -f *~*; rm -f test test.d # Debuging and testing send-test: test.d/test |