aboutsummaryrefslogtreecommitdiff
path: root/samples/X11/x11atomstuffer/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2013-09-15 02:15:44 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2013-09-15 02:15:44 +0200
commitadc7a12773fa9062ef74ecc33d75de046b533a34 (patch)
tree80ca29744de37d72025c413872afc75ab18deba7 /samples/X11/x11atomstuffer/Makefile
parent5ff666091056c897f04bf14619df53034801382e (diff)
downloadcodesamples-adc7a12773fa9062ef74ecc33d75de046b533a34.tar.gz
codesamples-adc7a12773fa9062ef74ecc33d75de046b533a34.tar.bz2
x11atomstuffer added
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
+