Create libioutil, implement a filewriter
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m21s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m21s
This commit is contained in:
8
libioutil/Makefile
Normal file
8
libioutil/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
include ../make/ufuncs.mk
|
||||
|
||||
$(eval $(call add_include,libsystem))
|
||||
$(eval $(call add_include,libstring))
|
||||
|
||||
libname := libioutil
|
||||
|
||||
include ../make/lib.mk
|
||||
Reference in New Issue
Block a user