diff options
| author | 2021-01-31 09:59:53 -0600 | |
|---|---|---|
| committer | 2021-01-31 09:59:53 -0600 | |
| commit | 259d5fabd98643f031aafdbb9d5031891cee5034 (patch) | |
| tree | da9ab9f3e0be91413d2b2d978216428483990d96 /.gitignore | |
| parent | Cleanup boot.janet to be more like normal source code. (diff) | |
Update Makefile and build_win for better builds.
Use build/c/janet.c in both to prevent accidental inclusion
of build/janet.h (which may be stale) instead of the source headers.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -140,3 +140,6 @@ compile_commands.json CTestTestfile.cmake # End of https://www.gitignore.io/api/cmake + +# Astyle +*.orig |
