Commit f26dde8c authored by antirez's avatar antirez
Browse files

top level Makefile added, so you do not need to cd src

parent b056ca39
# Top level makefile, the real shit is at src/Makefile
TARGETS=32bit noopt
all:
cd src && $(MAKE) $@
$(TARGETS) clean:
cd src && $(MAKE) $@
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment