diff --git a/infer/models/build.pl b/infer/models/build.pl deleted file mode 100755 index 4f5d170d1..000000000 --- a/infer/models/build.pl +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/perl - -# command to configure the build -$inferbuild_configure = "echo 'no configure required'"; - -# command to execute the build -$inferbuild_make = "make"; - -# command to clean up before/after the build -$inferbuild_clean = "make clean";