Horje
make a function makefile Code Example
make a function makefile
define generate_file
    sed 's/{NAME}/$(1)/' greetings.tmpl >$(2).txt
endef

all:
    $(call generate_file,John Doe,101)
    $(call generate_file,Peter Pan,102)




C

Related
confirm sweet alert Code Example confirm sweet alert Code Example
string to doublein c Code Example string to doublein c Code Example
how can i remove a specific item from an array Code Example how can i remove a specific item from an array Code Example
maatwebsite/excel file import Code Example maatwebsite/excel file import Code Example
atomic variable c Code Example atomic variable c Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7