This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
event-processor/Makefile

11 lines
246 B
Makefile
Raw Permalink Normal View History

2021-01-08 23:42:53 +00:00
event-processor: zig-cache/bin/event-processor
@cp zig-cache/bin/event-processor event-processor
@strip event-processor
zig-cache/bin/event-processor: src/main.zig
@zig build -Drelease-safe=true
clean:
@rm -r zig-cache
@rm event-processor