1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-19 08:47:46 +03:00
kakoune/Makefile

8 lines
72 B
Makefile
Raw Normal View History

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