We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca095ee commit 6060010Copy full SHA for 6060010
XiangShan-136f64975e-0a9b31bb30/Makefile
@@ -6,3 +6,12 @@ CFLAGS := -O3 -faligned-new -fbracket-depth=4096 -fcf-protection=none -Qunused-a
6
7
VSimTop___024root__DepSet_hd5918264__148.o: VSimTop___024root__DepSet_hd5918264__148.cpp
8
$(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