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