[ admin ] add empty default target distinct from clean

Tired of having to rebuild everything because I typed `make` in
the wrong directory.
This commit is contained in:
Guillaume Allais 2020-04-02 22:21:40 +01:00
parent 59503712f3
commit d92a65c43e

View File

@ -1,3 +1,5 @@
all:
clean:
rm -f YafflePaths.idr
find . -name '*.ibc' | xargs rm -f