Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tvraman committed Feb 27, 2017
1 parent 5d3006e commit d94916c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ info:
cd info; $(MAKE) -k

outloud:
cd servers/linux-outloud; $(MAKE) || echo "Cant build Outloud server!"
cd servers/linux-outloud && $(MAKE) || echo "Cant build Outloud server!"

espeak:
cd servers/linux-espeak; $(MAKE) || echo "Cant build espeak server!"
cd servers/linux-espeak && $(MAKE) || echo "Cant build espeak server!"

# }}}
# {{{ Maintainance targets dist
Expand Down

0 comments on commit d94916c

Please sign in to comment.