Logo
Explore Help
Sign In
fluencelabs/redis
1
0
Fork 0
You've already forked redis
mirror of https://github.com/fluencelabs/redis synced 2025-05-14 03:21:20 +00:00
Code Issues Projects Releases Wiki Activity
redis/Makefile

15 lines
215 B
Makefile
Raw Permalink Normal View History

top level Makefile added, so you do not need to cd src
2010-07-06 18:54:54 +02:00
# Top level makefile, the real shit is at src/Makefile
top level Makefile now just a proxy. Doing make clean inside src now does a full clean including deps, not just Redis source. Thanks to Pieter for the top level Makefile proxy trick.
2011-07-13 19:15:22 +02:00
default: all
top level Makefile added, so you do not need to cd src
2010-07-06 18:54:54 +02:00
top level Makefile now just a proxy. Doing make clean inside src now does a full clean including deps, not just Redis source. Thanks to Pieter for the top level Makefile proxy trick.
2011-07-13 19:15:22 +02:00
.DEFAULT:
top level Makefile added, so you do not need to cd src
2010-07-06 18:54:54 +02:00
cd src && $(MAKE) $@
initial commit
2019-06-28 14:12:45 +03:00
wasm:
add multimodules support and beter docker building
2019-08-14 00:08:49 +03:00
cd src && $(MAKE) -f Makefile_wasm && mv redis.wasm ../
initial commit
2019-06-28 14:12:45 +03:00
Fix `install` target on OSX (see #495)
2012-05-04 11:54:06 -07:00
install:
cd src && $(MAKE) $@
.PHONY: install
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 232ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API