moved functions code to separate files
This commit is contained in:
@@ -37,7 +37,7 @@ OBJDIR="obj"
|
||||
OUTDIR="bin"
|
||||
STATIC_LIB_FILE="$PROJECT.a"
|
||||
|
||||
INCLUDE="-I./include -I../tlibc/include"
|
||||
INCLUDE="-Isrc -Iinclude -I../tlibc/include"
|
||||
|
||||
# OS-specific options
|
||||
case "$OS" in
|
||||
|
||||
Reference in New Issue
Block a user