aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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