diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-22 23:38:11 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-22 23:38:11 +0200 |
| commit | 8ec19572017a42209439011a7afa2e6d0132de63 (patch) | |
| tree | 06827c439b150e1049211d13bab90dfe0988608c | |
| parent | 40ca4e4842d3832715eb8e07189ebdba81047083 (diff) | |
| download | sebastiano.tronto.net-8ec19572017a42209439011a7afa2e6d0132de63.tar.gz sebastiano.tronto.net-8ec19572017a42209439011a7afa2e6d0132de63.zip | |
Fixes for clean
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -5,8 +5,8 @@ all: clean | |||
| 5 | ./build.sh | 5 | ./build.sh |
| 6 | 6 | ||
| 7 | clean: | 7 | clean: |
| 8 | mkdir -p http | 8 | rm -r http gemini |
| 9 | rm -r http | 9 | mkdir -p http gemini |
| 10 | 10 | ||
| 11 | deploy: syncgemini synchttp | 11 | deploy: syncgemini synchttp |
| 12 | 12 | ||
