aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1f747d..06392f1 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ all: $(TARGETS)
monitor-get-edid-using-vbe: $(OBJS)
-install:
+install: $(TARGETS)
install -d $(DESTDIR)$(bindir)
install -d $(DESTDIR)$(sbindir)
install monitor-edid monitor-probe monitor-probe-using-X $(DESTDIR)$(sbindir)