Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
menezes- committed Dec 4, 2019
1 parent 5f8f0da commit 397baf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ LINKER = c++
# with a list of all flags that should be passed to the linker.
#

COMPILER_FLAGS = -Wall -c -O3 -fpic -o -Wall -Wextra -Wno-unused-function
COMPILER_FLAGS = -Wall -c -O3 -fpic -o
LINKER_FLAGS = -shared
LINKER_DEPENDENCIES = -lphpcpp

Expand All @@ -109,7 +109,7 @@ MKDIR = mkdir -p
# file, with the .cpp extension being replaced by .o.
#

SOURCES = $(wildcard *.cpp)
SOURCES = $(wildcard xxtea-*.cpp)
OBJECTS = $(SOURCES:%.cpp=%.o)

#
Expand Down

0 comments on commit 397baf3

Please sign in to comment.