Priprava Ncurses a vlakna pro UART

This commit is contained in:
2025-03-29 22:45:42 +01:00
parent 3e5f57c18f
commit 816815ff84
7 changed files with 57 additions and 3 deletions
+2 -2
View File
@@ -7,12 +7,12 @@
CC = gcc
# define any compile-time flags
CFLAGS := -Wall -Wextra -g
CFLAGS := -Wall -Wextra -g -pedantic
# define library paths in addition to /usr/lib
# if I wanted to include libraries not in /usr/lib I'd specify
# their path using -Lpath, something like:
LFLAGS =
LFLAGS = -lncurses
# define output directory
OUTPUT := output