add cleanup script

This commit is contained in:
Christopher Roy Bratusek 2012-03-14 22:58:11 +01:00
parent 066f93eee2
commit b9f0d9d8de

5
cleanup Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
make -C installer clean
make -C boot clean
make clean