valkey/Makefile
Mikel Olasagasti Uranga 289eb47eb9
Replace offensive term (#86)
Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
2024-03-30 14:23:50 +01:00

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