mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-27 10:41:08 +03:00
[ 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:
parent
59503712f3
commit
d92a65c43e
@ -1,3 +1,5 @@
|
||||
all:
|
||||
|
||||
clean:
|
||||
rm -f YafflePaths.idr
|
||||
find . -name '*.ibc' | xargs rm -f
|
||||
|
Loading…
Reference in New Issue
Block a user