about summary refs log tree commit diff stats
path: root/clean
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-06 15:40:56 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-06 15:40:56 -0700
commita232af2fafd9ad974ebc6cfcb2cd5a5883f0bd4a (patch)
tree8dd0390b7fb148fcdce2b724aa7f1d5abdd13dc6 /clean
parent6d6c37feeb72c7ab13276cec7df326f7d8cd1712 (diff)
downloadmu-a232af2fafd9ad974ebc6cfcb2cd5a5883f0bd4a.tar.gz
3447 - drop dependence on GNU make
A generic build system is overkill for such a small project, and it was
adding complexity on OpenBSD which doesn't come with GNU make by
default.

In the process we also eliminate our reliance on bash and perl, at least
for the core build script.
Diffstat (limited to 'clean')
-rwxr-xr-xclean7
1 files changed, 7 insertions, 0 deletions
diff --git a/clean b/clean
new file mode 100755
index 00000000..1cd632d0
--- /dev/null
+++ b/clean
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -v
+rm -rf mu.cc core.mu mu_bin* *_list .build
+rm -rf enumerate/enumerate tangle/tangle tangle/*_list cleave/cleave
+rm -rf termbox/*.o termbox/libtermbox.a
+rm -rf *.dSYM */*.dSYM