Skip to content

Commit

Permalink
fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
soramimi committed Aug 1, 2016
1 parent dba51f7 commit 41981a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ Release
*.suo
*.out
*.o
keys/soramimi*
tweet
keys/soramimi*
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ CXXFLAGS=-O2 -std=c++11
all: $(TARGET)

OBJS = \
src/hash.o \
src/base64.o \
src/json.o \
src/charvec.o \
src/urlencode.o \
src/oauth.o \
src/sha1.o \
src/webclient.o \
Expand Down

0 comments on commit 41981a8

Please sign in to comment.