mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-10 13:25:25 +03:00
8 lines
72 B
Makefile
8 lines
72 B
Makefile
all:
|
|
$(MAKE) -C src $@
|
|
|
|
%: FORCE
|
|
$(MAKE) -C src $@
|
|
|
|
.PHONY: all FORCE
|