mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
8b493612ae
08ac9b200 .reuse: add hiredis pc files 34dd027d8 Makefile: use .pc.in files cda15c036 shim: add hiredis shim git-subtree-dir: deps/hiredict git-subtree-split: 08ac9b200634c09ebb73e4bf4b121911fe186b54
12 lines
145 B
Makefile
12 lines
145 B
Makefile
# Top level makefile, the real shit is at src/Makefile
|
|
|
|
default: all
|
|
|
|
.DEFAULT:
|
|
$(MAKE) -C src $@
|
|
|
|
install:
|
|
$(MAKE) -C src $@
|
|
|
|
.PHONY: install
|