index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
build
/
pymake
/
tests
/
eval.mk
blob: de9759f02b1c257056dab54b8068c5521baeab59 (
plain
)
1
2
3
4
5
6
7
TESTVAR = val1 $(eval TESTVAR = val2) all: test "$(TESTVAR)" = "val2" @echo TEST-PASS