Fix #217: enforce non-parallel builds
This commit is contained in:
parent
10519e3de5
commit
79ea6303ca
1
Makefile
1
Makefile
|
@ -1,3 +1,4 @@
|
||||||
|
MAKEFLAGS := -j 1
|
||||||
INS = source/beamerthememetropolis.ins
|
INS = source/beamerthememetropolis.ins
|
||||||
PACKAGE_SRC = $(wildcard source/*.dtx)
|
PACKAGE_SRC = $(wildcard source/*.dtx)
|
||||||
PACKAGE_STY = $(notdir $(PACKAGE_SRC:%.dtx=%.sty))
|
PACKAGE_STY = $(notdir $(PACKAGE_SRC:%.dtx=%.sty))
|
||||||
|
|
Loading…
Reference in New Issue