[go: up one dir, main page]

Menu

[r1]: / trunk / Makefile  Maximize  Restore  History

Download this file

7 lines (5 with data), 124 Bytes

1
2
3
4
5
6
install: pod
@echo -e "\e[32mRead the file README for installation instructions\e[0m"
.PHONY: doc
doc:
cd doc && $(MAKE)