aboutsummaryrefslogtreecommitdiffstats
path: root/2017/Makefile
blob: d64d9b14f53b29b8b036c00b107fb8afb010dc97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Makefile for minutes of 2016

MINUTES = \
2017-01-23-board \
2017-06-26-board \

common-makefile = ../resources/Makefile-common

help:
	@make -s -f $(common-makefile) help

all: $(MINUTES)

%:
	make -f $(common-makefile) compile FILE=$*

send:
	make -f $(common-makefile) send SEND_FILES="$(MINUTES)"
clean:
	make -f $(common-makefile) clean