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

MINUTES = \
2016-01-25-board \
2016-02-22-board \
2016-04-25-board \
2016-05-23-board \
2016-06-13-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