diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e85ad25 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +CC=clang++ +CFLAGS=-std=c++23 + +install: + mkdir -p /usr/include/tiny/ + cp inc/*.h /usr/include/tiny/ \ No newline at end of file