aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/X11/x11atomicbomb/Makefile3
-rw-r--r--samples/X11/x11atomicbomb/x11atomicbomb.c (renamed from samples/X11/x11atomstuffer/x11atomstuffer.c)3
-rw-r--r--samples/X11/x11atomstuffer/Makefile3
3 files changed, 4 insertions, 5 deletions
diff --git a/samples/X11/x11atomicbomb/Makefile b/samples/X11/x11atomicbomb/Makefile
new file mode 100644
index 0000000..bece120
--- /dev/null
+++ b/samples/X11/x11atomicbomb/Makefile
@@ -0,0 +1,3 @@
+x11atomicbomb: x11atomicbomb.c
+ $(CC) -o x11atomicbomb x11atomicbomb.c -lX11
+
diff --git a/samples/X11/x11atomstuffer/x11atomstuffer.c b/samples/X11/x11atomicbomb/x11atomicbomb.c
index dfa86de..2dadc1a 100644
--- a/samples/X11/x11atomstuffer/x11atomstuffer.c
+++ b/samples/X11/x11atomicbomb/x11atomicbomb.c
@@ -1,5 +1,5 @@
/*------------------------------------------------------------------------
- * What happens if you stuff the X11 server with large and large amounts
+ * What happens if you bomb the X11 server with large and large amounts
* of atoms? When does it run out of memory? How is its performance
* impaired by this? This is a little program to experimenting with
* torturing the X11 server by overfeeding it with atoms.
@@ -70,4 +70,3 @@ int main(int argc, char *argv[])
return 0;
}
-
diff --git a/samples/X11/x11atomstuffer/Makefile b/samples/X11/x11atomstuffer/Makefile
deleted file mode 100644
index cf1c234..0000000
--- a/samples/X11/x11atomstuffer/Makefile
+++ /dev/null
@@ -1,3 +0,0 @@
-x11atomstuffer: x11atomstuffer.c
- $(CC) -o x11atomstuffer x11atomstuffer.c -lX11
-