Skip to content

Commit

Permalink
big fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
busyluo committed May 14, 2016
1 parent c708630 commit df0476e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include ../config.mk
CXXFLAGS += $(PLATFORM_CXXFLAGS) -lhandy
CXXFLAGS += $(PLATFORM_CXXFLAGS) -lhandy $(PLATFORM_LDFLAGS)

SRCS=$(wildcard *.cc)
PROGS=$(SRCS:.cc=)
Expand All @@ -10,6 +10,6 @@ $(PROGS):%:%.cc

.PHONY:clean
clean:
rm $(PROGS)
rm -f $(PROGS)


0 comments on commit df0476e

Please sign in to comment.