Priprava Ncurses a vlakna pro UART
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user