From 7aa8d5e455a6389f804db3384a0d2ff32c30c703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Holl=C3=B3s?= Date: Sat, 24 May 2025 18:38:04 +0200 Subject: [PATCH] fixing install file for J --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 276bad5..27e2af3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ j: main.c gcc -pedantic -Wall -Wextra main.c -o j install: j j.1 + mkdir -p $(HOME)/.local/bin/ + mkdir -p $(HOME)/.local/man/ cp j $(HOME)/.local/bin/ cp j.1 $(HOME)/.local/man/man1