Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-16 08:59:58 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-16 08:59:58 (GMT)
commitc01ef66b7db0c983a296660b9b0f631d4921b6a6 (patch)
tree17452300c2002fbc78497c569b1d7cc68390f43b /Makefile
parentc7be363ef34d1228ad3d1d1aeba4911fbde1242f (diff)
Actually allow to run commands in the shell
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6a10830..e121055 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
SCRIPTS = $(CURDIR)/scripts
COMMANDS = $(CURDIR)/commands
-LOG = $(SCRIPTS)/log-command
all: build
@@ -25,7 +24,7 @@ run: x11-utils
$(SCRIPTS)/shell/start-sugar
test: x11-utils
- $(LOG) "$(SCRIPTS)/run-ui-tests" $(LOGFILE)
+ $(SCRIPTS)/run-ui-tests
shell: x11-utils
@PS1="[sugar-build \W]$$ " \