aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2022-01-26 16:07:53 -0500
committerjvech <jmvalenciae@unal.edu.co>2022-01-26 16:07:53 -0500
commit6dc377181170d2b642281adbc08a248435a2c648 (patch)
tree800f958474849d208c635975f8da33c669ba6fce /Makefile
parent1976460c41b231962ef161a41f0032ad507f3bbd (diff)
clitube binary changed for cli-tubeaur
I don't like clitube for the binary, maybe in a future my opionion changes but right now I prefer cli-tube
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 40e7a16..86c43bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC = cc
CFLAGS=-std=c99 -pedantic-errors -Wall
-BIN=clitube
+BIN=cli-tube
build: main.c
$(CC) $(CFLAGS) main.c -o $(BIN)
@@ -17,4 +17,4 @@ install: build
chmod 755 /usr/bin/$(BIN)
uninstall:
- rm /usr/bin/$(BIN)
+ rm -v /usr/bin/$(BIN)
Feel free to download, copy and edit any repo