aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4bbb974..c64c4c8 100644
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,9 @@ all: clean build publish
.PHONY: all
## Build full website.
-build: result
-.PHONY: build
-
-result:
+build:
nix-build
+.PHONY: build
## Remove all files not tracked by git.
clean: