This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
larpe/doc/Makefile

9 lines
65 B
Makefile

all:
$(MAKE) -C en
clean:
$(MAKE) -C en clean
.PHONY: clean