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>2013-01-12 03:03:21 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-01-12 03:03:21 (GMT)
commitea641e912f201e5e636a7e00fef18cc74e3d23b0 (patch)
tree25b19c2982382bee8ca515f7b3710a47f50d0c38 /Makefile
parenta3659495d2dc5f13da9aacba7e8e49f8477ee3f9 (diff)
Remove unused vars
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index abf5a28..9545d1d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,5 @@
-SOURCE_DIR=$(CURDIR)/source
-BUILD_DIR=$(CURDIR)/build
COMMANDS_DIR=$(CURDIR)/commands
-TESTS_DIR=$(CURDIR)/tests
TOOLS_DIR=$(CURDIR)/tools
-BASE_DIR=$(CURDIR)
TIME=time -f "\n= Time =\n\nreal\t%e\nuser\t%U\nsys\t%S\n"
.PHONY: all