added ability to get default value if is needed
This commit is contained in:
parent
b03a370bd0
commit
7df098eafa
2 changed files with 65 additions and 2 deletions
1
Makefile
1
Makefile
|
|
@ -2,5 +2,6 @@ CC=clang++
|
|||
CFLAGS=-std=c++23
|
||||
|
||||
install:
|
||||
rm -rf /usr/include/tiny/
|
||||
mkdir -p /usr/include/tiny/
|
||||
cp inc/*.h /usr/include/tiny/
|
||||
Loading…
Add table
Add a link
Reference in a new issue