summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 12045f7..8ce3e8c 100644
--- a/Makefile
+++ b/Makefile
@@ -4,11 +4,11 @@ DESTDIR := artifacts
all: public
public:
- hugo -D
+ hugo
cp simple.css/simple.css public/style.css
debug:
- hugo server -D
+ hugo server
clean:
rm -rf artifacts