Fixed "make clean"

This commit is contained in:
Pierre Pronchery 2013-01-07 03:20:07 +01:00
parent 3450f397a7
commit 29622c209e

View File

@ -55,7 +55,7 @@ _usage()
clean=0
install=0
uninstall=0
while getopts "iuP:" "name"; do
while getopts "ciuP:" name; do
case "$name" in
c)
clean=1