diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index c1ad25b..0000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -all: setbg - -setbg: setbg.c - gcc -g -Wall -o setbg setbg.c `pkg-config --cflags --libs x11 xinerama gdk-2.0 dconf gio-2.0` - -clean: - rm -f setbg |