tDo not open Makefile with edit target - scibeamer - quickly create scientific presentations using LateX and Beamer
(HTM) git clone git://src.adamsgaard.dk/scibeamer
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 596fee4fe3334bd1ab1d6528b0851b7a519aa4d1
(DIR) parent c986c7ebd64da71a1fa9c8ea199be00436018717
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 19 Sep 2019 12:03:27 +0200
Do not open Makefile with edit target
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -2,7 +2,7 @@ NAME=template
default: $(NAME).pdf
-edit: $(NAME).tex Makefile
+edit: $(NAME).tex
$(EDITOR) $^
$(NAME).pdf: $(NAME).aux