diff options
Diffstat (limited to '2019/Makefile')
| -rw-r--r-- | 2019/Makefile | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/2019/Makefile b/2019/Makefile index 352154d..acfa277 100644 --- a/2019/Makefile +++ b/2019/Makefile @@ -1,12 +1,11 @@  # Makefile for minutes of 2019 -MINUTES = \ - +MINUTES := $(basename $(shell ls *.tex 2> /dev/null))  common-makefile = ../resources/Makefile-common  help: -	@make -s -f $(common-makefile) help +	@make -s -f $(common-makefile) help SEND_FILES="$(MINUTES)"  all: $(MINUTES)  | 
