Mercurial > hg > plibs
changeset 8:c159901d0bbc
Fixes to top level Makefile
author | samer |
---|---|
date | Wed, 15 Feb 2012 17:53:38 +0000 |
parents | 17e9e198afcc |
children | 2c96b13ee9f0 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Feb 09 11:58:39 2012 +0000 +++ b/Makefile Wed Feb 15 17:53:38 2012 +0000 @@ -7,7 +7,7 @@ # flags for install - BSD install seems to be different from GNU install export INSTALL_FLAGS='-bCS' -PKGS="player hdplm plsc plumdrum plumbing hdpmusic reactive plcore" +PKGS="player hdplm plsc plumdrum plumbing hdpmusic reactive plcore plex plnltk" # ---------------- end of configuration --------------- @@ -27,5 +27,5 @@ for f in "$(PKGS)"; do (cd $$f && hg diff); done push: - for f in "$(PKGS)"; do (cd $$f && hg diff); done + for f in "$(PKGS)"; do (cd $$f && hg push); done