From bf28a6109ebb6ce896be4196cfc9c9a2f5cb37ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Mon, 12 Jun 2023 16:43:13 +0100 Subject: [PATCH] initial commit --- .envrc | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .envrc diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..1d953f4 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use nix diff --git a/Makefile b/Makefile index e38c9c2..d6ce0d3 100644 --- a/Makefile +++ b/Makefile @@ -24,4 +24,4 @@ index.html : source/book.adoc $(ADOC_FILES) .PHONY: clean clean : -> rm -rf $(GENERATED_ADOC_FILES) +> rm -rf $(GENERATED_ADOC_FILES) hello-python