This patch has been applied. Thanks -- Eric
Dan Davison writes:
> "Martin G. Skjæveland" writes:
>
>> Hi,
>>
>> I have two questions regarding org-babel-tangle and Makefile.
>>
>> Running org-babel-tangle on the following file
>>
>> --start
>> * test
>>
>> #+begi
"Martin G. Skjæveland" writes:
> Hi,
>
> I have two questions regarding org-babel-tangle and Makefile.
>
> Running org-babel-tangle on the following file
>
> --start
> * test
>
> #+begin_src makefile :tangle Makefile
> test:
> echo "hello"
> #+end_src
>