Changeset - e0c3ae433b1a
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 6 years ago 2018-09-26 16:30:21
bkuhn@ebb.org
Change base name to the one in this presentation.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
presentations/20min-violation-intro/Makefile
Show inline comments
 
# Makefile for Presentation
 
#
 
# You can change the PRESENTATION_BASE below, or if you like, or set it as
 
# an environment variable before you type make.
 

	
 
ifndef PRESENTATION_BASE
 
PRESENTATION_BASE=specific-sections
 
PRESENTATION_BASE=violation-intro
 
endif 
 

	
 
DO_INCREMENTAL_POINTS = -i -s
 

	
 

	
 
# This should be the path to your checkout of the repository.  Under that
0 comments (0 inline, 0 general)