mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
4a6558258e
Closes: #22 Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
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
|