Skip to content

Commit 6060010

Browse files
committed
XiangShan-136f64975e-0a9b31bb30: add clean and check
1 parent ca095ee commit 6060010

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

XiangShan-136f64975e-0a9b31bb30/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ CFLAGS := -O3 -faligned-new -fbracket-depth=4096 -fcf-protection=none -Qunused-a
66

77
VSimTop___024root__DepSet_hd5918264__148.o: VSimTop___024root__DepSet_hd5918264__148.cpp
88
$(CXX) $(CFLAGS) -c -o $@ $<
9+
10+
.PHONY: clean check
11+
12+
clean:
13+
rm -f VSimTop___024root__DepSet_hd5918264__148.o
14+
15+
check:
16+
$(MAKE) clean
17+
ulimit -t 900; $(MAKE) VSimTop___024root__DepSet_hd5918264__148.o

0 commit comments

Comments
 (0)