From 20fab74fb9dd14c4fa8bde1c44fe3bfabb21dd35 Mon Sep 17 00:00:00 2001 From: Ward Truyen Date: Mon, 11 May 2026 14:23:16 +0200 Subject: [PATCH] fix: .PHONY to targets --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index a36f848..ed92a09 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,7 @@ NVIM_CONFIG=~/.config/nvim/# +.PHONY: default help install instal print-help getmycode instal-optionals-archlinux fullinstal-arch instal-opts-arch + default : print-help help : print-help install : instal