Skip to content

Commit

Permalink
Fix syntax error: )
Browse files Browse the repository at this point in the history
  • Loading branch information
bi262934 committed Jan 30, 2025
1 parent c9417b7 commit a84f77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/cpp/naxriscv/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ src/nax.h: ${NAXRISCV_HEADER}
cp ${NAXRISCV_HEADER} src/nax.h

compile: verilate src/nax.h
make -j${THREAD_COUNT} -C $(MAKEFILE_DIR)obj_dir/ -f $(MAKEFILE_DIR)VNaxRiscv.mk $(MAKEFILE_DIR)VNaxRiscv LIBS=${LIBS}
make -j${THREAD_COUNT} -C ${MAKEFILE_DIR}obj_dir/ -f ${MAKEFILE_DIR}VNaxRiscv.mk ${MAKEFILE_DIR}VNaxRiscv LIBS=${LIBS}

clean:
rm -rf obj_dir
Expand Down

0 comments on commit a84f77b

Please sign in to comment.