makefile: avoid building bigger and bigger curdir.cbor files

This commit is contained in:
Simon Cruanes 2019-12-13 17:40:12 -06:00 committato da Frédéric Bour
parent 6dfec183e6
commit 95c15eb287
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni

Vedi File

@ -19,5 +19,6 @@ run-stress.exe:
dune exec examples/stress.exe
run-cbor-explorer.exe:
rm curdir.cbor || true
dune exec examples/cbor/cbor_of_fs.exe -- -o curdir.cbor ./
dune exec examples/cbor/cbor_explorer.exe -- curdir.cbor