blob: 853cd061df7236afc45074191818e2684b044478 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Makefile for slides.
#
# This Makefile contains basic, common targets and also includes
# any Makefile.* available in the current folder.
#
# Process any other Makefile whose filename matches Makefile.*
# See https://www.gnu.org/software/make/manual/html_node/Include.html
#
# Some of those files might even contain local customizations/overrides
# that can be .gitignore'd, like a Makefile.local for example.
-include Makefile.*
|