ipcproxy/makefile

8 lines
71 B
Makefile

all: build
build:
zig build-exe src/main.zig -lipc -lc
run:
./main