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
1 changed files with 1 additions and 1 deletions

View File

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