diff options
| author | xengineering <me@xengineering.eu> | 2026-07-21 21:15:35 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-07-21 21:15:35 +0200 |
| commit | 33545b71f5dedc4a29fdc2e0c2118e070db30b0a (patch) | |
| tree | f95324d0ec109827c26dc4847b2f9b8e28c02dca | |
| parent | c025b423e24203a789165982721473b5841f9c01 (diff) | |
| download | website-33545b71f5dedc4a29fdc2e0c2118e070db30b0a.tar website-33545b71f5dedc4a29fdc2e0c2118e070db30b0a.tar.zst website-33545b71f5dedc4a29fdc2e0c2118e070db30b0a.zip | |
Remove unnecessary mkdir from Makefile
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ DESTDIR := artifacts all: public public: - mkdir -p public hugo -D cp simple.css/simple.css public/style.css |
