Move out libmsl functionality into separate libs
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
cc := clang
|
||||
o :=
|
||||
c :=
|
||||
cflags := -isystem .
|
||||
cflags := -isystem . -isystem ../liballoc
|
||||
buildtype ?= release
|
||||
|
||||
include src.mk
|
||||
|
||||
Reference in New Issue
Block a user