1
0

add CONFIG to the name of simulator executable

This commit is contained in:
Yunsup Lee
2014-09-11 22:11:58 -07:00
parent c98afa1fea
commit 275b72368b
9 changed files with 54 additions and 49 deletions

View File

@ -23,6 +23,9 @@ include $(sim_dir)/Makefrag
include $(base_dir)/vsim/Makefrag-sim
all: $(simv)
debug: $(simv_debug)
clean:
rm -rf $(junk) simv* csrc *.key DVE* *.h *.a *.daidir $(generated_dir)
.PHONY: default all debug clean