summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoaquín Aguirrezabalaga <kinote@kinote.org>2014-11-13 08:44:57 +0100
committerJoaquín Aguirrezabalaga <kinote@kinote.org>2014-11-13 08:49:37 +0100
commit26b15684dce6c104d2fb4b8d0da9ec077381c6f4 (patch)
tree6d7f66d57c8ae157f2f57f43698529510f17b3ed /Makefile
parente62330e125dbef47ef4cff1c6c1eaa4d0cfd13e9 (diff)
downloadsetbg-master.tar.gz
setbg-master.zip
Use autotoolsHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
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