about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Down <chris@chrisdown.name>2018-02-05 23:37:53 +0000
committerChris Down <chris@chrisdown.name>2018-02-05 23:37:53 +0000
commit493e4cd1f0cf831540454426d65b0509a8f32d75 (patch)
tree41d0f892338a539c004d3d07e495e43b5d854b5a /Makefile
downloadclipbuzz-493e4cd1f0cf831540454426d65b0509a8f32d75.tar.gz
Add initial version of clipnotify
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0fd72f1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+all:
+	${CC} clipnotify.c -o clipnotify -lX11 -lXfixes