From 6dc377181170d2b642281adbc08a248435a2c648 Mon Sep 17 00:00:00 2001 From: jvech Date: Wed, 26 Jan 2022 16:07:53 -0500 Subject: clitube binary changed for cli-tube I don't like clitube for the binary, maybe in a future my opionion changes but right now I prefer cli-tube --- Makefile | 4 ++-- 1 file 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) -- cgit v1.2.3-70-g09d2