Commit aca9dc80 authored by Jialin Li's avatar Jialin Li
Browse files

remove unused linker flag

parent 8e3c9532
......@@ -7,7 +7,7 @@ corundum.o: corundum.cc
g++ $(CFLAGS) $(CPPFLAGS) -c -o $@ $<
corundum_bm: corundum_bm.o ../nicsim_common/libnicsim_common.a
g++ $^ -o $@ -lm -lstdc++
g++ $^ -o $@
tester: tester.o ../nicsim_common/libnicsim_common.a
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment