mirror of
http://github.com/valkey-io/valkey
synced 2024-11-21 08:37:40 +00:00
289eb47eb9
Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
12 lines
152 B
Makefile
12 lines
152 B
Makefile
# Top level makefile, the real magic is at src/Makefile
|
|
|
|
default: all
|
|
|
|
.DEFAULT:
|
|
cd src && $(MAKE) $@
|
|
|
|
install:
|
|
cd src && $(MAKE) $@
|
|
|
|
.PHONY: install
|