From a232af2fafd9ad974ebc6cfcb2cd5a5883f0bd4a Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 6 Oct 2016 15:40:56 -0700 Subject: 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. --- clean | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 clean (limited to 'clean') 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 -- cgit 1.4.1-2-gfad0