day 8 part 1 (C) + init part 2

This commit is contained in:
2021-12-10 13:24:13 +01:00
parent e871ccf091
commit 3235bd3b15
5 changed files with 210 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ LDLIB := -l$(LIB)
export LD_LIBRARY_PATH = $(LIBDIR)
CFLAGS += -std=gnu99
CFLAGS += -O2
#CFLAGS += -O2
CFLAGS += -g
CFLAGS += -Wall
CFLAGS += -Wextra