Remove tmp on make clean

This commit is contained in:
Andrejus
2020-05-29 18:30:50 +01:00
parent 0a86bbe2f6
commit 850fe75370

View File

@@ -8,7 +8,7 @@ all:
./bootstrap.sh
clean:
rm -f .dotlock
rm -rf .dotlock tmp
# ---------------------------------------------------------------------------- #
# Docker commands