X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=Makefile;h=ded45be33b808ab6ffdafa3f977cda06c5430ea1;hb=HEAD;hp=c09c2ffe46bfa17f6bc9afd3272fa64fdf8b894a;hpb=967de2f550ee4bc6bfa658d361bf42490293d9df;p=XGrabControl.git diff --git a/Makefile b/Makefile index c09c2ff..ded45be 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ $(SOFILE): $(SRCFILES) Makefile install: all cp $(SOFILE) $(DESTDIR)/lib/ - cp XGrabControl $(DESTDIR)/bin/ - ln -sf XGrabControl $(DESTDIR)/bin/noxg + cp noxg $(DESTDIR)/bin/ + ln -sf noxg $(DESTDIR)/bin/noxg clean: rm -f $(SOFILE)