first commit, initial layout and some ideas I want to implement, included my linked list impl
This commit is contained in:
7
make/config.mk
Normal file
7
make/config.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
# Project identity
|
||||
PROJ := nickel
|
||||
BUILD_DIR := build
|
||||
INC_DIRS := include
|
||||
|
||||
# Default build mode: release | debug | asan | ubsan
|
||||
MODE ?= debug
|
||||
Reference in New Issue
Block a user