now makefile is done. later tinylang will have its own header as interpreter
This commit is contained in:
parent
4be646e7cb
commit
b03a370bd0
1 changed files with 6 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
CC=clang++
|
||||||
|
CFLAGS=-std=c++23
|
||||||
|
|
||||||
|
install:
|
||||||
|
mkdir -p /usr/include/tiny/
|
||||||
|
cp inc/*.h /usr/include/tiny/
|
||||||
Loading…
Add table
Add a link
Reference in a new issue