]> git.saurik.com Git - redis.git/blob - client-libraries/erlang/src/Makefile
FLUSHALL/FLUSHDB no longer sync on disk. Just increment the dirty counter by the...
[redis.git] / client-libraries / erlang / src / Makefile
1 include ../support/include.mk
2
3 all: $(EBIN_FILES)
4
5 debug:
6 $(MAKE) DEBUG=-DDEBUG
7
8 clean:
9 rm -rf $(EBIN_FILES) erl_crash.dump