diff options
author | EuAndreh <eu@euandre.org> | 2022-05-02 22:07:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-02 22:07:14 -0300 |
commit | 801a2ff5964a9c2794fcfad9660ea1216f5f845c (patch) | |
tree | 8c792d1eb132064655d9753d746bcd2a703fe1e5 /.gitignore | |
parent | _config.yml: Exclude src/ for now (diff) | |
download | euandre.org-801a2ff5964a9c2794fcfad9660ea1216f5f845c.tar.gz euandre.org-801a2ff5964a9c2794fcfad9660ea1216f5f845c.tar.xz |
src/development/dynmake.sh: Base tool to do dynamic Makefiles without proprietary $(wildcard ...) add-ons
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +/generated.mk + # Nix /result* /tmp/ |