Skip to content

Commit 45af46e

Browse files
committed
creating outs directory to store outputs
1 parent adcb9a9 commit 45af46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ silent: VLOG
2020
$(plus_args)
2121

2222
VLIB:
23-
mkdir -p $(sim_dir)
23+
mkdir -p $(sim_dir) $(out_dir)
2424
cd $(sim_dir)
2525
vlib work
2626

0 commit comments

Comments
 (0)