8 lines
71 B
Makefile
8 lines
71 B
Makefile
all: build
|
|
|
|
build:
|
|
zig build-exe src/main.zig -lipc -lc
|
|
|
|
run:
|
|
./main
|