5 lines
30 B
Makefile
5 lines
30 B
Makefile
|
all: build
|
||
|
|
||
|
build:
|
||
|
zig build
|