Emacsg: explicitly specify target when calling make recursively

This commit is contained in:
Jonas Bernoulli 2016-11-28 18:35:56 +01:00
parent 01da6340cd
commit 98b6613d11

View File

@ -48,4 +48,4 @@ bootstrap:
git submodule init
git submodule update
git submodule foreach 'git checkout master; git reset --hard $$sha1'
make
make build