summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2022-11-03 04:20:01 +0000
committerJacob Moody <moody@posixcafe.org>2022-11-03 04:20:01 +0000
commit09ef6ef8ad39f846530675ecf70c59542fda8cd5 (patch)
treea67c2d722f072eef953940c700bcc69b19f1ffcd /sys
parentaebe358a44762b266e54e5e6529e3b0efbb530e8 (diff)
boot/bitsy: clean up checked in binary
Diffstat (limited to 'sys')
-rw-r--r--sys/src/boot/bitsy/mkfile2
-rw-r--r--sys/src/boot/bitsy/sinflatebin20696 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/boot/bitsy/mkfile b/sys/src/boot/bitsy/mkfile
index fe32e6880..49efa8e28 100644
--- a/sys/src/boot/bitsy/mkfile
+++ b/sys/src/boot/bitsy/mkfile
@@ -41,5 +41,5 @@ inflate: $INFLATE $CORE
%.$O: $HFILES
clean:
- rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $TARG _$TARG
+ rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $TARG _$TARG s$TARG
diff --git a/sys/src/boot/bitsy/sinflate b/sys/src/boot/bitsy/sinflate
deleted file mode 100644
index 8f5a83924..000000000
--- a/sys/src/boot/bitsy/sinflate
+++ /dev/null
Binary files differ