diff options
author | sin <sin@2f30.org> | 2014-10-08 14:41:59 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-10-08 14:41:59 +0100 |
commit | 106a87741426a9d2f470e5295e20de17a17c4822 (patch) | |
tree | 08f8e8308485413d22009696c17ea1c72b62971d /config.mk | |
parent | d3f52083a73f39921ed971222bc5e1be3404f4a0 (diff) |
Update README
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,4 +9,4 @@ CC = cc LD = $(CC) CPPFLAGS = -DVERSION=\"${VERSION}\" CFLAGS = -I/usr/local/include -Wall -Wunused $(CPPFLAGS) -LDFLAGS = -L/usr/local/lib -lrt -ltoxcore -ltoxav -ltoxencryptsave +LDFLAGS = -L/usr/local/lib -ltoxcore -ltoxav -ltoxencryptsave |