Fix hello
when transforming program names
This commit is contained in:
parent
4cf4cad4ab
commit
7962f32b70
Notes:
git
2024-12-27 01:30:55 +00:00
@ -1027,9 +1027,9 @@ yes-runnable: PHONY
|
|||||||
|
|
||||||
hello: $(TEST_RUNNABLE)-hello
|
hello: $(TEST_RUNNABLE)-hello
|
||||||
yes-hello: runnable-golf
|
yes-hello: runnable-golf
|
||||||
./$(enable_shared:yes=bin/)goruby -veh
|
./$(enable_shared:yes=bin/)$(GORUBY) -veh
|
||||||
no-hello: runnable-golf
|
no-hello: runnable-golf
|
||||||
$(ECHO) Run ./$(enable_shared:yes=bin/)goruby -veh
|
$(ECHO) Run ./$(enable_shared:yes=bin/)$(GORUBY) -veh
|
||||||
|
|
||||||
encs: enc trans
|
encs: enc trans
|
||||||
libencs: libenc libtrans
|
libencs: libenc libtrans
|
||||||
|
Loading…
x
Reference in New Issue
Block a user