diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | README.md | 18 | ||||
-rw-r--r-- | xcross.c | 3 |
3 files changed, 11 insertions, 14 deletions
@@ -1,3 +1,7 @@ +# edit source code from: +# https://github.com/BlueCannonBall/XAim +# https://git.suckless.org/dwm + CC = gcc CFLAGS = -g -Wall -lX11 PREFIX = /usr/local @@ -1,13 +1,5 @@ -# in development - -# references - -## xcross.c - -<https://github.com/gvalkov/xrectsel> - -## Makefile - -<https://github.com/BlueCannonBall/XAim> - -<https://git.suckless.org/dwm> +build and install +``` +make +sudo make install +``` @@ -1,4 +1,5 @@ -// edit source code from: https://github.com/gvalkov/xrectsel +// edit source code from: +// https://github.com/gvalkov/xrectsel //#include <stdio.h> #include <X11/Xlib.h> |