mirror of
https://github.com/verilator/verilator.git
synced 2026-08-22 05:57:29 +02:00
Makefile: Print build done in right parallel spot
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ verilator_exe verilator_bin verilator_bin_dbg:
|
|||||||
(cd src && $(MAKE) $(OBJCACHE_JOBS) )
|
(cd src && $(MAKE) $(OBJCACHE_JOBS) )
|
||||||
|
|
||||||
.PHONY:msg_test
|
.PHONY:msg_test
|
||||||
msg_test:
|
msg_test: all_nomsg
|
||||||
@echo "Build complete!"
|
@echo "Build complete!"
|
||||||
@echo
|
@echo
|
||||||
@echo "Type 'make test' to test."
|
@echo "Type 'make test' to test."
|
||||||
|
|||||||
Reference in New Issue
Block a user