update packages
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;;; ob-makefile.el --- Babel Functions for Makefile -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2009-2023 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2009-2025 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric Schulte
|
||||
;; Thomas S. Dye
|
||||
@@ -36,7 +36,8 @@
|
||||
(defvar org-babel-default-header-args:makefile '())
|
||||
|
||||
(defun org-babel-execute:makefile (body _params)
|
||||
"Execute a block of makefile code.
|
||||
"Execute makefile BODY.
|
||||
Second function argument is ignored.
|
||||
This function is called by `org-babel-execute-src-block'."
|
||||
body)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user