refactor the console line code

This commit is contained in:
2021-06-19 22:58:57 -04:00
parent 990a1d2b3e
commit a7cf487631
5 changed files with 36 additions and 32 deletions

View File

@@ -2,7 +2,7 @@ CC=clang
CFLAGS=-Wall -Isrc/include -DDEBUG -g -std=c17
LDFLAGS=
FILENAME=myshellin
SRC=src/myshellin.c src/loop.c src/user.c
SRC=src/myshellin.c src/loop.c src/console_line.c
OBJ=$(SRC:.c=.o)
all: myshellin