Skip to content

Commit

Permalink
Insert LDFLAGS option.
Browse files Browse the repository at this point in the history
  • Loading branch information
cicku committed Dec 31, 2013
1 parent c931461 commit 90b3f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ SRC = $(wildcard src/*.c)
OBJ = $(addprefix tmp/, $(notdir $(addsuffix .o, $(basename $(SRC)))))

bin/masscan: $(OBJ)
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS)
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LDFLAGS) $(LIBS)

clean:
rm tmp/*.o
Expand Down

0 comments on commit 90b3f65

Please sign in to comment.