diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-08-04 20:40:44 +0200 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-08-04 20:41:40 +0200 |
| commit | 920aed36f81bcce40c9f1c5bcda906a13e4fb5e4 (patch) | |
| tree | a62068cc334de9933140a2c9b5cbea70eef064ae /.gitignore | |
| parent | 5d6e434c896000c49a6953919acdcbaca8dfb86e (diff) | |
Start rewriting the build system
Good old makefiles should do the job.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d18d6f5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +calculer +src/calc_data.o +src/calculer.o +src/disp.o +src/input.o |
