5 lines
64 B
Makefile
5 lines
64 B
Makefile
|
build: main.c
|
||
|
tcc -o kaari main.c
|
||
|
run: main.c
|
||
|
tcc -run main.c
|