From 1604da06118c7959eb2df4f7f5ed923e52932975 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sat, 22 Apr 2023 00:47:36 -0400 Subject: [PATCH] update makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e321478..5c79afe 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ clean: rm -rf $(BIN) install: - cp $(APP) /usr/local/bin/wrapper + cp $(APP) /usr/local/bin/raycaster uninstall: - rm /usr/local/bin/wrapper + rm /usr/local/bin/raycaster