This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################################################################################ | |
| # Makefile for the CV generation process # | |
| ################################################################################ | |
| # This Makefile has all commands required to generate my CV from the source # | |
| # the source data and template, as well as validation and prerequisites. # | |
| # To get started, run `make`, or `make [command]` to run a specific command. # | |
| ################################################################################ | |
| # Full source on GitHub: https://github.com/horia-delicoti/cv # | |
| # Licensed under the MIT License, ⓒ Horia Delicoti 2025 <horia.delicoti.com> # | |
| ################################################################################ |