]> git.r.bdr.sh - rbdr/git-sync-all/blame - Makefile
Initial commit: sync with origin
[rbdr/git-sync-all] / Makefile
CommitLineData
7263eddf
RBR
1profile = dev
2
3default: build
4
5build:
6 cargo build --profile $(profile)
7
8.PHONY: build