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-15 17:54:10 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-15 17:54:10 (GMT)
commit425ae8a66aac4fe9e8f181e0de4b8bb7d0777087 (patch)
treed7f4946bb06d9d76f93b0395780b7f2a5d99eb1b /Makefile
parent99b13c2bd7a90a439cb477b13ca25bf63d0ef1c0 (diff)
Remove undefined target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dae508c..31bd5a2 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SCRIPTS = $(CURDIR)/scripts
COMMANDS = $(CURDIR)/commands
LOG = $(SCRIPTS)/log-command
-all: build install-activities
+all: build
XRANDR_LIBS = $(shell pkg-config --libs xrandr x11)
X11_LIBS = $(shell pkg-config --libs x11)