kakoune/Makefile

8 lines
72 B
Makefile
Raw Permalink Normal View History

all:
$(MAKE) -C src $@
%: FORCE
$(MAKE) -C src $@
.PHONY: all FORCE