makefile: avoid building bigger and bigger curdir.cbor files

This commit is contained in:
Simon Cruanes 2019-12-13 17:40:12 -06:00 committed by Frédéric Bour
parent 6dfec183e6
commit 95c15eb287
1 changed files with 1 additions and 0 deletions

View 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