8 lines
69 B
Makefile
8 lines
69 B
Makefile
PAREN:=(
|
|
$(PAREN):=PASS
|
|
|
|
X:=O(
|
|
Y:=$(X:(=K)
|
|
test:
|
|
echo $Y
|
|
echo $(()
|