f-stack/app/redis-3.2.8/Makefile

12 lines
151 B
Makefile
Raw Normal View History

2017-04-21 10:43:26 +00:00
# Top level makefile, the real shit is at src/Makefile
default: all
.DEFAULT:
cd src && $(MAKE) $@
install:
cd src && $(MAKE) $@
.PHONY: install