RosettaCodeData/Task/Function-definition/Make/function-definition-2.make

3 lines
40 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
make -f mul.mk multiply A=100 B=3
> 300