Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195144
Collapse All | Expand All

(-)bashmark-0.6.2-orig/makefile (-1 / +1 lines)
Lines 10-16 Link Here
10
BIN = bashmark
10
BIN = bashmark
11
11
12
$(BIN):  $(OBJ)
12
$(BIN):  $(OBJ)
13
	$(LD) $(LDFLAGS) $(CXXFLAGS) $(OBJ) -o $(BIN)
13
	$(LD) $(CXXFLAGS) $(OBJ) $(LDFLAGS) -o $(BIN)
14
14
15
15
16
Benchmark.o:
16
Benchmark.o:

Return to bug 195144