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

MINUTES = \


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