This website requires JavaScript.
Explore
Help
Sign In
caleb-brown
/
redict
Watch
1
Star
0
Fork
0
You've already forked redict
mirror of
https://codeberg.org/redict/redict.git
synced
2025-01-23 00:28:26 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2c915bcf6d
redict
/
Makefile
8 lines
103 B
Makefile
Raw
Normal View
History
Unescape
Escape
top level Makefile added, so you do not need to cd src
2010-07-06 12:54:54 -04: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 13:15:22 -04:00
default
:
all
top level Makefile added, so you do not need to cd src
2010-07-06 12:54:54 -04: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 13:15:22 -04:00
.DEFAULT
:
top level Makefile added, so you do not need to cd src
2010-07-06 12:54:54 -04:00
cd
src
&&
$(
MAKE
)
$@
Reference in New Issue
Copy Permalink