summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-01-04 11:36:10 -0300
committerEuAndreh <eu@euandre.org>2024-01-05 04:09:12 -0300
commit945feaa5be993e579681bfa4c9b57233164826d4 (patch)
treeb007ae477e47b5193f6c6b2e08782350d3e10fb4 /src
parentmkdeps.sh: Use "git ls-files" over "find src/*.c" (diff)
downloadpindaiba-945feaa5be993e579681bfa4c9b57233164826d4.tar.gz
pindaiba-945feaa5be993e579681bfa4c9b57233164826d4.tar.xz
deps.mk: Remove all .lo files
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index ac9a1bd..ff3ea4e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -4,5 +4,7 @@
int
main(int argc, char **argv) {
+ // FIXME: pindaiba(1) has at least -h and -V, and maybe with no
+ // arguments it prints some arch information?
return re_main(argc, argv);
}