mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
* Add ".mkfile" as a recognised Makefile extension * Add a test-fixture for the "mkfile" extension * Replace mkfile fixture with rewritten source
10 lines
203 B
Makefile
10 lines
203 B
Makefile
GREETINGS=hello gday bonjour hola ola kaixo tag hoi konnichiwa nihao dobredan namaste salaam
|
|
|
|
all:V:
|
|
mk greet.^($GREETINGS)
|
|
for(i in $GREETINGS)
|
|
mk $i
|
|
|
|
greet.%: text-folder
|
|
/n/$printer $stem >[2=1]
|