Skip to content

Commit

Permalink
Merge pull request #34 from candrews/patch-1
Browse files Browse the repository at this point in the history
Use $(MAKE) instead of make for parallel make
  • Loading branch information
liske committed Aug 25, 2016
2 parents b8e8b5b + ed0854f commit 588c60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -64,5 +64,5 @@ po/needrestart-notify/messages.pot: ex/notify.d/*-*


mo-files:
make -C po/needrestart
make -C po/needrestart-notify
$(MAKE) -C po/needrestart
$(MAKE) -C po/needrestart-notify

0 comments on commit 588c60c

Please sign in to comment.