aboutsummaryrefslogtreecommitdiff
path: root/examples/simple/Makefile
blob: 1da2b4516345fca709b0e0618b4ca1fbca2e1aaf (plain)
1
2
3
4
5
6
7
all: simple

simple: simple.nim simple_pb.nim
	nim c $<

%_pb.nim: %.proto
	nimpb_build -I=. --out=. $<