summaryrefslogtreecommitdiff
path: root/Makefile
blob: c987e4f0df9e3883b6138343fe38801cacae2dde (plain)
1
2
3
4
5
6
7
8
9
10
SHELL = bash
PWD   = $(shell pwd)

all:
	make -f Makefile.vutinf
	make -f Makefile.vutinfminutes

%:
	make -f Makefile.vutinf $@
	make -f Makefile.vutinfminutes $@