diff options
author | Aaron Ball <nullspoon@oper.io> | 2022-02-18 20:19:05 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2022-02-18 20:25:31 -0700 |
commit | b5b9debcaf0e461bd23e81955fe48995a54822b1 (patch) | |
tree | 5654a94b9b992e456159e5e85aeb258c5b848f0f /.gitignore | |
parent | c5a315eede02fed1974e59276ded46c331eef511 (diff) | |
download | resume-b5b9debcaf0e461bd23e81955fe48995a54822b1.tar.gz resume-b5b9debcaf0e461bd23e81955fe48995a54822b1.tar.xz |
General rewording across most jobs and fix header and Makefile
The header file was missed in a previous commit. This also fixes the
makefile by adding the setup target as a depenency to the default so the
out directory exists as expected at build time.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,4 +1 @@ out/* -*.pdf -*.html -*.doc |