X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=c09c2ffe46bfa17f6bc9afd3272fa64fdf8b894a;hb=967de2f550ee4bc6bfa658d361bf42490293d9df;hp=a767fe010fb7bedbb94956b3e6a0be0e363e3898;hpb=145762ebaab1b2332b7a8fcee92d8c0c4c82b527;p=XGrabControl.git diff --git a/Makefile b/Makefile index a767fe0..c09c2ff 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ $(SOFILE): $(SRCFILES) Makefile install: all cp $(SOFILE) $(DESTDIR)/lib/ cp XGrabControl $(DESTDIR)/bin/ - ln -s XGrabControl $(DESTDIR)/bin/noxg + ln -sf XGrabControl $(DESTDIR)/bin/noxg clean: rm -f $(SOFILE)