main: Fix build comments

wcappa/add-gitignore
Abner Coimbre 2026-03-15 11:07:41 -07:00
parent 790a5c0152
commit 88b4ddf682
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -1,6 +1,6 @@
/*
* Simple REPL for the calc evaluator.
* Build: calc main.c -o calc -lm
* Build: clang main.c -o calc -lm
* @author Abner Coimbre <abner@terminal.click>
*/