summaryrefslogtreecommitdiffstats
path: root/mkfile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-09-19 10:22:46 -0400
committerSam Anthony <sam@samanthony.xyz>2024-09-19 10:22:46 -0400
commitbd44aa8a174d5f5ec1f01c16c48dde52abda58ed (patch)
tree533c5e14b53221b12bf24161e49427d1a48b1957 /mkfile
downloadballs-bd44aa8a174d5f5ec1f01c16c48dde52abda58ed.zip
bad collision
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/mkfile b/mkfile
new file mode 100644
index 0000000..945037d
--- /dev/null
+++ b/mkfile
@@ -0,0 +1,12 @@
+CC=9c
+LD=9l
+O=o
+
+balls: balls.$O
+ $LD -o balls balls.$O
+
+%.$O: %.c
+ $CC $CFLAGS $stem.c
+
+clean:V:
+ rm -f balls.$O balls \ No newline at end of file