Skip to content

Commit 2984f98

Browse files
committed
update titles
1 parent faf4c66 commit 2984f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

languages/compiled/makefile/self.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ ifeq (,$(filter debug,$(MAKECMDGOALS))
159159
CFLAGS += -Og
160160
endif
161161
#+end_src
162-
*** implicit / predefined / default
162+
*** implicit / predefined
163163
https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
164164
|---------------+-------------------------------------------|
165165
| <c> | |
@@ -178,7 +178,7 @@ https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
178178
| .RECIPEPREFIX | use instead of tabs |
179179
| .DEFAULT_GOAL | default target |
180180
|---------------+-------------------------------------------|
181-
*** magic / automatic variables
181+
*** magic / automatic
182182
https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html
183183
|-------+----------------------------------------|
184184
| <c> | |

0 commit comments

Comments
 (0)