Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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]$$ " \