diff options
author | San Jacobs | 2024-09-16 01:31:30 +0200 |
---|---|---|
committer | San Jacobs | 2024-09-16 01:31:30 +0200 |
commit | dd4179ca1e395b793b1934b98dc85890ba83b899 (patch) | |
tree | 4d66ea932bb9f5b97393f7ebe01261fa83f61f56 /makefile | |
parent | d4ea66aa3b6fd9ffedbf42ab21a4eb34bc91ccbe (diff) | |
download | satscalc-odin.tar.gz satscalc-odin.tar.bz2 satscalc-odin.zip |
Figuring out custom layout things in ouiodin
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ main: - odin run src/ -debug -o:speed -out:main.out + odin run src/ -debug -out:main.out |