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. --- cleave/makefile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 cleave/makefile (limited to 'cleave') diff --git a/cleave/makefile b/cleave/makefile deleted file mode 100644 index 33665b5c..00000000 --- a/cleave/makefile +++ /dev/null @@ -1,7 +0,0 @@ -cleave: cleave.cc makefile - c++ -O3 -Wall -Wextra -fno-strict-aliasing cleave.cc -o cleave - -.PHONY: clean - -clean: - -rm cleave -- cgit 1.4.1-2-gfad0