From 5b331794952bb8a2581b2a31790d4c3e61efc690 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Sun, 7 Aug 2022 09:31:24 +0200 Subject: Installing to /usr/local/bin --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 979b8c4..d91856f 100644 --- a/makefile +++ b/makefile @@ -43,5 +43,5 @@ cleanall: rm obj/*.o a.out install: a.out - cp a.out /usr/bin/satscalc + cp a.out /usr/local/bin/satscalc -- cgit v1.2.1