From 37b598e09250d0b98407b65fe06536aaed98bc4c Mon Sep 17 00:00:00 2001 From: jvech Date: Wed, 26 Jan 2022 11:38:31 -0500 Subject: Selection video error fixed --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 358439d..64403e7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS=-std=c99 -pedantic-errors -Wall -BIN=cli-tube +BIN=clitube build: main.c $(CC) $(CFLAGS) main.c -o $(BIN) @@ -18,4 +18,3 @@ install: build uninstall: rm /usr/bin/$(BIN) - -- cgit v1.2.3-70-g09d2