google / google/kati

ckati differs from make in target variable assign

Open
#85 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1k
Forks
132
Avg merge
11m
Merged PRs (30d)
1

Description

$ cat Makefile
all: A ?= 0
all: A += 1
all:
@echo A=$(A)

$ A=2 make
A=2 1

$ A=2 ckati
A=2

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.