diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-22 13:01:53 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-22 13:01:53 +0100 |
| commit | da525845b7934cc9f40ec55618d86510b0b1131f (patch) | |
| tree | 9616cb3b0b4695f521535a6c7806780e28f1acd8 /Makefile | |
| parent | 51537454ed2ba58027e77337088c09a50c4b859e (diff) | |
bugfix
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ dist: rm -Rf dist 2>/dev/null mkdir dist mv thumbs html photos dist - cp index.html dist + mv index.html ./dist |
