@@ -2,7 +2,7 @@ SRC = $(wildcard src/*.c)
OBJ = $(subst .c,.o,$(subst src,work,$(SRC)))
LDFLAGS =
CFLAGS := -O2 -pipe -Wall -Wpedantic -Wshadow -ansi
CFLAGS += -Isrc/include/
CFLAGS += -Isrc/include/ -D_POSIX_C_SOURCE=2
INSTALLDIR := /usr/bin/
OUT = ncdg
The note is not visible to the blocked user.