aboutsummaryrefslogtreecommitdiff
path: root/samples/X11/x11atomstuffer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'samples/X11/x11atomstuffer/Makefile')
-rw-r--r--samples/X11/x11atomstuffer/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/X11/x11atomstuffer/Makefile b/samples/X11/x11atomstuffer/Makefile
new file mode 100644
index 0000000..cf1c234
--- /dev/null
+++ b/samples/X11/x11atomstuffer/Makefile
@@ -0,0 +1,3 @@
+x11atomstuffer: x11atomstuffer.c
+ $(CC) -o x11atomstuffer x11atomstuffer.c -lX11
+