day 17 parts 1 & 2, before code cleaning.

This commit is contained in:
2021-12-27 11:10:41 +01:00
parent f3717c906b
commit 7b7095b8d7
3 changed files with 265 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ LIB := aoc_$(shell uname -m)
INCDIR := ../include
LIBDIR := ../lib
LDFLAGS := -L$(LIBDIR)
LDLIB := -l$(LIB)
LDLIB := -l$(LIB) -lm
export LD_LIBRARY_PATH = $(LIBDIR)