From 59a00398913b6dc8c669ff73720eaac3757a9d57 Mon Sep 17 00:00:00 2001 From: s-over-4 Date: Wed, 21 Jun 2023 18:46:17 -0400 Subject: added basic cli --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 22d10c5..057890d 100644 --- a/Makefile +++ b/Makefile @@ -18,10 +18,10 @@ dev: $(objects) install: make - cp ./$(name).out /usr/local/bin/$(name) + cp ./$(name).out /usr/bin/$(name) uninstall: - rm -f /usr/local/bin/$(name) + rm -f /usr/bin/$(name) clean: rm -f ./$(name).out ./src/*.o -- cgit v1.2.3