aboutsummaryrefslogtreecommitdiff
path: root/samples/X11/x11atomstuffer/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <code@datenwolf.net>2023-02-12 01:21:27 +0100
committerWolfgang Draxinger <code@datenwolf.net>2023-02-12 01:21:27 +0100
commit13c9bd6a7563f96aec806ddc1e4f14c1147f41e9 (patch)
tree8d9200ac1b18237f11aa19289a566271b4e81cf3 /samples/X11/x11atomstuffer/Makefile
parent06223759c5c6177e04096baa52cf87a107ab28d5 (diff)
downloadcodesamples-master.tar.gz
codesamples-master.tar.bz2
Renamed x11atomstuffer to x11atomicbomb as per a suggestion by 'ace + rule 3 broken rimu {ARY}' on the Zig language DiscordHEADmaster
Diffstat (limited to 'samples/X11/x11atomstuffer/Makefile')
-rw-r--r--samples/X11/x11atomstuffer/Makefile3
1 files changed, 0 insertions, 3 deletions
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
-