Fix #217: enforce non-parallel builds

This commit is contained in:
Matthias Vogelgesang 2017-01-24 10:19:15 +01:00
parent 10519e3de5
commit 79ea6303ca
1 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
MAKEFLAGS := -j 1
INS = source/beamerthememetropolis.ins
PACKAGE_SRC = $(wildcard source/*.dtx)
PACKAGE_STY = $(notdir $(PACKAGE_SRC:%.dtx=%.sty))