diff options
author | jvech <jmvalenciae@unal.edu.co> | 2022-01-26 11:38:31 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2022-01-26 11:38:31 -0500 |
commit | 37b598e09250d0b98407b65fe06536aaed98bc4c (patch) | |
tree | edb028a7c13e21b14f2b4079d6e98c3ee73cd1de /Makefile | |
parent | 35b8f486e444400a659c7a00b73e92e50502c6ed (diff) |
Selection video error fixed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) - |