diff options
Diffstat (limited to 'options.mk')
-rw-r--r-- | options.mk | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -15,3 +15,11 @@ RM ?= @rm -f E = @echo Q = @ + +# addplayer +AP_LDFLAGS = +AP_LDLIBS = -lcrypt + +# makerank +MR_LDFLAGS = +MR_LDLIBS = |