Skip to content

Commit

Permalink
disable analyze clean test
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemyaseen-rs committed Sep 21, 2023
1 parent 7356f6a commit 0d1a058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ valgrind:
## |---> info : Clean unit tests
## |---> usage : make clean_test
clean_test:
cmake --build build --target clean_analyze
# cmake --build build --target clean_analyze
ifneq ("","$(wildcard yosys/install)")
cd yosys-rs-plugin && $(MAKE) $@ YOSYS_PATH=$(shell pwd)/yosys/install
endif
Expand Down

0 comments on commit 0d1a058

Please sign in to comment.