diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-05-28 16:41:00 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-05-28 16:41:00 +0100 |
| commit | 4aa44a0b9159300c24db4786a3cf2e4198f168f1 (patch) | |
| tree | 7c37a2b0fcbdeb296d7e45b0f213c772bee2991c /config.make | |
| parent | 040eaa3babb648bea889f8c152b522a86e8c39d5 (diff) | |
adding palete manipulation
Diffstat (limited to 'config.make')
| -rwxr-xr-x | config.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.make b/config.make index 5bfa48a..85e8c5d 100755 --- a/config.make +++ b/config.make @@ -17,7 +17,7 @@ USER_CFLAGS = -std=c++11 # for example libraries like: # USER_LDFLAGS = libs/libawesomelib.a -USER_LDFLAGS = +USER_LDFLAGS = -lX11 EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj" |
