diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,3 +14,8 @@ install: build oh-strip -k oh-installfiles touch $@ + +clean: + oh-autoclean + rm -f configure build install + rm -Rf *.data |