#!/bin/sh set -eu if [ -e Makefile ]; then if [ -e fuzz.mk ]; then make -sffuzz.mk clean else make -s clean fi elif [ -e mkfile ]; then mk clean fi vcs clean
![]() |
index : dotfiles | |
| Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
| aboutsummaryrefslogtreecommitdiff |
#!/bin/sh set -eu if [ -e Makefile ]; then if [ -e fuzz.mk ]; then make -sffuzz.mk clean else make -s clean fi elif [ -e mkfile ]; then mk clean fi vcs clean