Skip to content

Commit

Permalink
Added missing dependency for argon2-lib-test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dinu committed Sep 17, 2015
1 parent 1797e9e commit b0e8f8b
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 @@ -99,7 +99,7 @@ argon2-lib:


.PHONY: argon2-lib-test
argon2-lib-test:
argon2-lib-test: argon2-lib
$(CC) $(CFLAGS) \
$(TEST_BUILD_SOURCES) \
-I$(ARGON2_DIR) \
Expand Down

0 comments on commit b0e8f8b

Please sign in to comment.