redict/Makefile
Anna (navi) Figueiredo Gomes 4a6558258e Makefile: add support to DESTDIR
Closes: #22

Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2024-03-25 11:24:24 +00:00

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