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