feat: add status FIFO and parse status line in client
This commit is contained in:
committed by
Loic Coenen (aider)
parent
791744beeb
commit
5341cb676a
@@ -4,7 +4,7 @@ CFLAGS = -Wall -Wextra -Wpedantic -std=c11
|
||||
all: test_status_parse
|
||||
|
||||
test_status_parse: tests/test_status_parse.c
|
||||
$(CC) $(CFLAGS) -I../src -o test_status_parse tests/test_status_parse.c ../src/tui.c -lncurses
|
||||
$(CC) $(CFLAGS) -Isrc -o test_status_parse tests/test_status_parse.c src/tui.c -lncurses
|
||||
|
||||
test: test_status_parse
|
||||
./test_status_parse
|
||||
|
||||
Reference in New Issue
Block a user