We has workie UI I things
This commit is contained in:
parent
c6a470aeef
commit
2224f85718
3 changed files with 31 additions and 41 deletions
4
Makefile
4
Makefile
|
@ -1,4 +1,8 @@
|
|||
build: main.c
|
||||
tcc -o kaari main.c
|
||||
build-linux-32: main.c
|
||||
tcc -m32 -o kaari-linux-i386 main.c
|
||||
build-linux-64: main.c
|
||||
tcc -m64 -o kaari-linux-amd64 main.c
|
||||
run: main.c
|
||||
tcc -run main.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue