diff options
author | San Jacobs | 2023-10-13 18:29:49 +0200 |
---|---|---|
committer | San Jacobs | 2023-10-13 18:29:49 +0200 |
commit | f9a5f13dcb305ecc868346fa65e9538504896baf (patch) | |
tree | d46bcfe38dfab8ee633befcef86379b24c1ebcc1 /makefile | |
parent | 0256cea0b389506bc97d1c026d566706e1cc8e76 (diff) | |
download | satscalc-f9a5f13dcb305ecc868346fa65e9538504896baf.tar.gz satscalc-f9a5f13dcb305ecc868346fa65e9538504896baf.tar.bz2 satscalc-f9a5f13dcb305ecc868346fa65e9538504896baf.zip |
Added debug flag to makefile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ main: - odin run src/ -out:main.out + odin run src/ -debug -out:main.out |