diff options
Diffstat (limited to 'ddcprobe/Makefile')
-rw-r--r-- | ddcprobe/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ddcprobe/Makefile b/ddcprobe/Makefile index 5fab5225a..c6a9160af 100644 --- a/ddcprobe/Makefile +++ b/ddcprobe/Makefile @@ -4,6 +4,9 @@ TARGETS=ddcprobe svgamodes ddcxinfo modetest libvbe.a all: $(TARGETS) +install: $(TARGETS) + cp -a ddcprobe $(DESTDIR)/usr/sbin/ddcprobe + ddcprobe: lrmi.o vesamode.o vbe.o ddcprobe.o svgamodes: lrmi.o vesamode.o vbe.o svgamodes.o |