diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,7 +6,10 @@ cd ~/lux/luxc/ && lein clean && \ cd ~/lux/stdlib/ && lein clean && \ cd ~/lux/new-luxc/ && lein clean && \ cd ~/lux/lux-js/ && lein clean && \ -cd ~/lux/lux-python/ && lein clean +cd ~/lux/lux-python/ && lein clean && \ +cd ~/lux/lux-lua/ && lein clean && \ +cd ~/lux/lux-ruby/ && lein clean && \ +cd ~/lux/lux-php/ && lein clean # Old Lux compiler # Re-build and re-install |