Skip to content

Commit

Permalink
Merge pull request #19 from longlene/master
Browse files Browse the repository at this point in the history
remove chan_test.o from static library
  • Loading branch information
tylertreat committed Nov 6, 2014
2 parents 6c731cf + 9c8207a commit 9da194e
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 @@ -19,7 +19,7 @@ endif

PREFIX ?= /usr/local

SRCS += $(wildcard $(SRC)/*.c)
SRCS += $(filter-out $(SRC)/chan_test.c, $(wildcard $(SRC)/*.c))

OBJS += $(SRCS:.c=.o)

Expand Down

0 comments on commit 9da194e

Please sign in to comment.