mirror of
http://github.com/valkey-io/valkey
synced 2024-11-23 11:51:01 +00:00
8 lines
103 B
Makefile
8 lines
103 B
Makefile
# Top level makefile, the real shit is at src/Makefile
|
|
|
|
default: all
|
|
|
|
.DEFAULT:
|
|
cd src && $(MAKE) $@
|
|
|