diff options
author | EuAndreh <eu@euandre.org> | 2018-12-22 20:11:11 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-22 20:11:11 -0200 |
commit | e1f249a00006f7496479ac4b00c8414951e463ce (patch) | |
tree | b1168e1cfff1b4c92aaa85668eccb6ba7843e4f7 /Makefile | |
parent | Add favicon.ico image file. (diff) | |
download | euandre.org-e1f249a00006f7496479ac4b00c8414951e463ce.tar.gz euandre.org-e1f249a00006f7496479ac4b00c8414951e463ce.tar.xz |
Remove =all= target from Makefile.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2,9 +2,6 @@ SHELL := /usr/bin/env bash .DEFAULT_GOAL := help .RECIPEPREFIX += -all: clean build publish -.PHONY: all - ## Build full website. build: nix-build |