home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2b77b7d5715588a15d84f1222747ee843b042116
parent 92db12758175e19816592b7450fe0f83a506dede
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 30 Apr 2020 02:34:39 +0200

Makefile: use SYNCDIR in the assets target

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -33,7 +33,7 @@ emacs-dump: .PHONY: assets assets: mkdir -p assets - cp -Rv ~/sync/nixos/machines.nix assets/ + cp -Rv $(SYNCDIR)/machines.nix assets/ .PHONY: build build: assets setup