Skip to content

Commit

Permalink
Fix a bug with the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lassir committed Jan 4, 2014
1 parent 67fbb95 commit 4438973
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 @@ -4,7 +4,7 @@ GPP = g++ -m32
COMPILER_FLAGS = -c -O3 --std=c++11 -D _strdup=strdup
LINKER_FLAGS = -O2 -fshort-wchar -shared -lpthread

CRYPT_OBJECTS = crypt.o crypt_blowfish.o crypt_gensalt.o wrapper.o
CRYPT_OBJECTS = crypt_blowfish.o crypt_gensalt.o wrapper.o
OBJECTS = amxplugin.o $(CRYPT_OBJECTS) bcrypt.o plugin.o main.o

bcrypt:
Expand Down

0 comments on commit 4438973

Please sign in to comment.