This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
def
/
lwd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
makefile: avoid building bigger and bigger curdir.cbor files
pull/3/head
Simon Cruanes
1 year ago
committed by
Frédéric Bour
parent
6dfec183e6
commit
95c15eb287
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+ 1
- 0
Makefile
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
Write
Preview
Loading…
Cancel
Save