From ea8a05a7878754a8a7c90c2611a84680577f8138 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 22 Oct 2012 04:04:03 -0400 Subject: Add a "clean" target. --- diff --git a/build b/build index 311e943..1cefca4 100755 --- a/build +++ b/build @@ -14,3 +14,8 @@ install: build oh-strip -k oh-installfiles touch $@ + +clean: + oh-autoclean + rm -f configure build install + rm -Rf *.data -- cgit v0.9.1