Logo
Explore Help
Sign In
gvsafronov/futriix
1
0
Fork 0
You've already forked futriix
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
futriix/Makefile

12 lines
211 B
Makefile
Raw Normal View History

enable TLS build by default (#43) * enable TLS build by default * move export to src folder * fix comments
2022-02-11 16:36:42 -08:00
# Top level makefile, this just calls into src/Makefile where the real work is done. Changes should be made there.
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: 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) $@
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.4 Page: 71ms Template: 6ms
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