1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-21 10:00:51 +00:00
2012-05-15 11:18:50 +02:00

12 lines
151 B
Makefile

# Top level makefile, the real shit is at src/Makefile
default: all
.DEFAULT:
cd src && $(MAKE) $@
install:
cd src && $(MAKE) $@
.PHONY: install