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--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 31bd5a2..6a10830 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-TIMESTAMP := $(shell date +%Y%m%d-%H%M%S)
-LOGFILE = $(CURDIR)/logs/build-$(TIMESTAMP).log
SCRIPTS = $(CURDIR)/scripts
COMMANDS = $(CURDIR)/commands
LOG = $(SCRIPTS)/log-command
@@ -21,7 +19,7 @@ check-system:
$(COMMANDS)/check-system $(ARGS)
build: check-system
- $(LOG) "$(COMMANDS)/build" $(LOGFILE)
+ $(COMMANDS)/build
run: x11-utils
$(SCRIPTS)/shell/start-sugar