]> git.llucax.com Git - personal/resume.git/blob - Makefile
Move resume-en to resume and use https links to llucax
[personal/resume.git] / Makefile
1
2 # Top-level directory
3 T := .
4
5 # Default goal for building this directory
6 .DEFAULT_GOAL := all
7
8 # Include the top-level makefile
9 include $T/Toplevel.mak
10