From eda3d50607ab029ca216baf77e85eb0497acda2e Mon Sep 17 00:00:00 2001 From: ge Date: Tue, 16 Jan 2024 22:29:56 +0300 Subject: [PATCH] remove docs from all target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 245cb72..7bbcaca 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DOCS_BUILDDIR = docs/build .PHONY: docs -all: docs build debian archlinux +all: build debian archlinux requirements.txt: poetry export -f requirements.txt -o requirements.txt