diff options
author | Jose <jose@zeroc.com> | 2014-08-22 15:16:15 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-08-22 15:16:15 +0200 |
commit | ea35b3b5f200c63ad1013a73fee8461d82902a69 (patch) | |
tree | a77f63a24f1c3fee2c0e01f33655cad275e4f37b /Makefile | |
parent | Fixed (ICE-5544) - IceGrid admin and Ubuntu launcher (diff) | |
download | ice-ea35b3b5f200c63ad1013a73fee8461d82902a69.tar.bz2 ice-ea35b3b5f200c63ad1013a73fee8461d82902a69.tar.xz ice-ea35b3b5f200c63ad1013a73fee8461d82902a69.zip |
Add js to toplevel Makefiles and scripts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,10 +7,10 @@ # # ********************************************************************** -SUBDIRS = cpp java cs py rb php -CLEAN_SUBDIRS = java cs py rb php cpp +SUBDIRS = cpp java cs py rb php js +CLEAN_SUBDIRS = js java cs py rb php cpp DEPEND_SUBDIRS = cpp cs py rb php -INSTALL_SUBDIRS = cpp java cs py rb php +INSTALL_SUBDIRS = cpp java cs py rb php js all:: @for subdir in $(SUBDIRS); \ |