18
0
mirror of https://github.com/c3d2/slidenado/ synced 2024-06-14 20:06:54 +02:00

Makefile: fix recursive make invocation

fixes jobserver warning, enables parallel build with `make -j'.
This commit is contained in:
Astro 2016-09-19 22:49:23 +02:00
parent cd4c22accc
commit bdd93d41ae

View File

@ -7,4 +7,4 @@ clean:
dates/%: dates/%:
mkdir -p $@ mkdir -p $@
./generate.rb $@.yaml $@ ./generate.rb $@.yaml $@
make -C $@ $(MAKE) -C $@